Searched refs:FormattedValue_type (Results 1 – 2 of 2) sorted by relevance
58 PyObject *FormattedValue_type; member
72 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()