Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h18 PyObject *Add_singleton; member
/third_party/python/Python/
H A DPython-ast.c31 Py_CLEAR(state->Add_singleton); in _PyAST_Fini()
1516 state->Add_singleton = PyType_GenericNew((PyTypeObject *)state->Add_type, in init_types()
1518 if (!state->Add_singleton) return 0; in init_types()
4762 Py_INCREF(state->Add_singleton); in ast2obj_operator()
4763 return state->Add_singleton; in ast2obj_operator()

Completed in 15 milliseconds