Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h114 PyObject *NotIn_type; member
/third_party/python/Python/
DPython-ast.c128 Py_CLEAR(state->NotIn_type); in _PyAST_Fini()
1678 state->NotIn_type = make_type(state, "NotIn", state->cmpop_type, NULL, 0, in init_types()
1680 if (!state->NotIn_type) return 0; in init_types()
1682 *)state->NotIn_type, NULL, NULL); in init_types()
9893 isinstance = PyObject_IsInstance(obj, state->NotIn_type); in obj2ast_cmpop()
11909 if (PyModule_AddObjectRef(m, "NotIn", state->NotIn_type) < 0) { in astmodule_exec()