Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h140 PyObject *USub_singleton; member
/third_party/python/Python/
DPython-ast.c154 Py_CLEAR(state->USub_singleton); in _PyAST_Fini()
1617 state->USub_singleton = PyType_GenericNew((PyTypeObject *)state->USub_type, in init_types()
1619 if (!state->USub_singleton) return 0; in init_types()
4733 Py_INCREF(state->USub_singleton); in ast2obj_unaryop()
4734 return state->USub_singleton; in ast2obj_unaryop()