Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h66 PyObject *Gt_type; member
/third_party/python/Python/
DPython-ast.c80 Py_CLEAR(state->Gt_type); in _PyAST_Fini()
1648 state->Gt_type = make_type(state, "Gt", state->cmpop_type, NULL, 0, in init_types()
1650 if (!state->Gt_type) return 0; in init_types()
1651 state->Gt_singleton = PyType_GenericNew((PyTypeObject *)state->Gt_type, in init_types()
9853 isinstance = PyObject_IsInstance(obj, state->Gt_type); in obj2ast_cmpop()
11894 if (PyModule_AddObjectRef(m, "Gt", state->Gt_type) < 0) { in astmodule_exec()