Searched refs:NotEq_type (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/internal/ |
D | pycore_ast_state.h | 112 PyObject *NotEq_type; member
|
/third_party/python/Python/ |
D | Python-ast.c | 126 Py_CLEAR(state->NotEq_type); in _PyAST_Fini() 1630 state->NotEq_type = make_type(state, "NotEq", state->cmpop_type, NULL, 0, in init_types() 1632 if (!state->NotEq_type) return 0; in init_types() 1634 *)state->NotEq_type, NULL, NULL); in init_types() 9829 isinstance = PyObject_IsInstance(obj, state->NotEq_type); in obj2ast_cmpop() 11885 if (PyModule_AddObjectRef(m, "NotEq", state->NotEq_type) < 0) { in astmodule_exec()
|