Home
last modified time | relevance | path

Searched refs:FormattedValue_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h60 PyObject *FormattedValue_type; member
/third_party/python/Python/
H A DPython-ast.c73 Py_CLEAR(state->FormattedValue_type); in _PyAST_Fini()
1415 state->FormattedValue_type = make_type(state, "FormattedValue", in init_types()
1419 if (!state->FormattedValue_type) return 0; in init_types()
1420 if (PyObject_SetAttr(state->FormattedValue_type, state->format_spec, in init_types()
4537 tp = (PyTypeObject *)state->FormattedValue_type; in ast2obj_expr()
9300 tp = state->FormattedValue_type; in obj2ast_expr()
12079 if (PyModule_AddObjectRef(m, "FormattedValue", state->FormattedValue_type) in astmodule_exec()

Completed in 15 milliseconds