Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h64 PyObject *GtE_type; member
/third_party/python/Python/
DPython-ast.c78 Py_CLEAR(state->GtE_type); in _PyAST_Fini()
1654 state->GtE_type = make_type(state, "GtE", state->cmpop_type, NULL, 0, in init_types()
1656 if (!state->GtE_type) return 0; in init_types()
1657 state->GtE_singleton = PyType_GenericNew((PyTypeObject *)state->GtE_type, in init_types()
9861 isinstance = PyObject_IsInstance(obj, state->GtE_type); in obj2ast_cmpop()
11897 if (PyModule_AddObjectRef(m, "GtE", state->GtE_type) < 0) { in astmodule_exec()