Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h115 PyObject *Not_singleton; member
/third_party/python/Python/
DPython-ast.c129 Py_CLEAR(state->Not_singleton); in _PyAST_Fini()
1605 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()
1607 if (!state->Not_singleton) return 0; in init_types()
4727 Py_INCREF(state->Not_singleton); in ast2obj_unaryop()
4728 return state->Not_singleton; in ast2obj_unaryop()