Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h116 PyObject *Not_type; member
/third_party/python/Python/
DPython-ast.c130 Py_CLEAR(state->Not_type); in _PyAST_Fini()
1602 state->Not_type = make_type(state, "Not", state->unaryop_type, NULL, 0, in init_types()
1604 if (!state->Not_type) return 0; in init_types()
1605 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()
9786 isinstance = PyObject_IsInstance(obj, state->Not_type); in obj2ast_unaryop()
11870 if (PyModule_AddObjectRef(m, "Not", state->Not_type) < 0) { in astmodule_exec()