Searched refs:Attribute_type (Results 1 – 2 of 2) sorted by relevance
26 PyObject *Attribute_type; member
40 Py_CLEAR(state->Attribute_type); in _PyAST_Fini()1420 state->Attribute_type = make_type(state, "Attribute", state->expr_type, in init_types()1423 if (!state->Attribute_type) return 0; in init_types()4501 tp = (PyTypeObject *)state->Attribute_type; in ast2obj_expr()9158 tp = state->Attribute_type; in obj2ast_expr()11779 if (PyModule_AddObjectRef(m, "Attribute", state->Attribute_type) < 0) { in astmodule_exec()