Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h117 PyObject *Not_singleton; member
/third_party/python/Python/
H A DPython-ast.c130 Py_CLEAR(state->Not_singleton); in _PyAST_Fini()
1618 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()
1620 if (!state->Not_singleton) return 0; in init_types()
4810 Py_INCREF(state->Not_singleton); in ast2obj_unaryop()
4811 return state->Not_singleton; in ast2obj_unaryop()

Completed in 15 milliseconds