Searched refs:Not_type (Results 1 – 2 of 2) sorted by relevance
116 PyObject *Not_type; member
130 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()