Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h79 PyObject *IsNot_type; member
/third_party/python/Python/
H A DPython-ast.c92 Py_CLEAR(state->IsNot_type); in _PyAST_Fini()
1679 state->IsNot_type = make_type(state, "IsNot", state->cmpop_type, NULL, 0, in init_types()
1681 if (!state->IsNot_type) return 0; in init_types()
1683 *)state->IsNot_type, NULL, NULL); in init_types()
10184 isinstance = PyObject_IsInstance(obj, state->IsNot_type); in obj2ast_cmpop()
12213 if (PyModule_AddObjectRef(m, "IsNot", state->IsNot_type) < 0) { in astmodule_exec()

Completed in 15 milliseconds