Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h51 PyObject *Eq_type; member
/third_party/python/Python/
DPython-ast.c65 Py_CLEAR(state->Eq_type); in _PyAST_Fini()
1624 state->Eq_type = make_type(state, "Eq", state->cmpop_type, NULL, 0, in init_types()
1626 if (!state->Eq_type) return 0; in init_types()
1627 state->Eq_singleton = PyType_GenericNew((PyTypeObject *)state->Eq_type, in init_types()
9821 isinstance = PyObject_IsInstance(obj, state->Eq_type); in obj2ast_cmpop()
11882 if (PyModule_AddObjectRef(m, "Eq", state->Eq_type) < 0) { in astmodule_exec()