Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h26 PyObject *Attribute_type; member
/third_party/python/Python/
DPython-ast.c40 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()