Home
last modified time | relevance | path

Searched refs:LtE_type (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_ast_state.h91 PyObject *LtE_type; member
/third_party/python/Python/
H A DPython-ast.c104 Py_CLEAR(state->LtE_type); in _PyAST_Fini()
1655 state->LtE_type = make_type(state, "LtE", state->cmpop_type, NULL, 0, in init_types()
1657 if (!state->LtE_type) return 0; in init_types()
1658 state->LtE_singleton = PyType_GenericNew((PyTypeObject *)state->LtE_type, in init_types()
10152 isinstance = PyObject_IsInstance(obj, state->LtE_type); in obj2ast_cmpop()
12201 if (PyModule_AddObjectRef(m, "LtE", state->LtE_type) < 0) { in astmodule_exec()

Completed in 17 milliseconds