Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h132 PyObject *Sub_singleton; member
/third_party/python/Python/
DPython-ast.c146 Py_CLEAR(state->Sub_singleton); in _PyAST_Fini()
1509 state->Sub_singleton = PyType_GenericNew((PyTypeObject *)state->Sub_type, in init_types()
1511 if (!state->Sub_singleton) return 0; in init_types()
4682 Py_INCREF(state->Sub_singleton); in ast2obj_operator()
4683 return state->Sub_singleton; in ast2obj_operator()