Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h58 PyObject *FormattedValue_type; member
/third_party/python/Python/
DPython-ast.c72 Py_CLEAR(state->FormattedValue_type); in _PyAST_Fini()
1402 state->FormattedValue_type = make_type(state, "FormattedValue", in init_types()
1406 if (!state->FormattedValue_type) return 0; in init_types()
1407 if (PyObject_SetAttr(state->FormattedValue_type, state->format_spec, in init_types()
4455 tp = (PyTypeObject *)state->FormattedValue_type; in ast2obj_expr()
8993 tp = state->FormattedValue_type; in obj2ast_expr()
11769 if (PyModule_AddObjectRef(m, "FormattedValue", state->FormattedValue_type) in astmodule_exec()