Searched refs:Lt_type (Results 1 – 2 of 2) sorted by relevance
91 PyObject *Lt_type; member
105 Py_CLEAR(state->Lt_type); in _PyAST_Fini()1636 state->Lt_type = make_type(state, "Lt", state->cmpop_type, NULL, 0, in init_types()1638 if (!state->Lt_type) return 0; in init_types()1639 state->Lt_singleton = PyType_GenericNew((PyTypeObject *)state->Lt_type, in init_types()9837 isinstance = PyObject_IsInstance(obj, state->Lt_type); in obj2ast_cmpop()11888 if (PyModule_AddObjectRef(m, "Lt", state->Lt_type) < 0) { in astmodule_exec()