Home
last modified time | relevance | path

Searched refs:Store_singleton (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_ast_state.h130 PyObject *Store_singleton; member
/external/python/cpython2/Python/
DPython-ast.c274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable
796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL); in init_types()
797 if (!Store_singleton) return 0; in init_types()
2939 Py_INCREF(Store_singleton); in ast2obj_expr_context()
2940 return Store_singleton; in ast2obj_expr_context()
/external/python/cpython3/Python/
DPython-ast.c144 Py_CLEAR(state->Store_singleton); in _PyAST_Fini()
1470 state->Store_singleton = PyType_GenericNew((PyTypeObject in init_types()
1472 if (!state->Store_singleton) return 0; in init_types()
4655 Py_INCREF(state->Store_singleton); in ast2obj_expr_context()
4656 return state->Store_singleton; in ast2obj_expr_context()
/external/python/cpython3/Doc/data/
Dpython3.10.abi6560 …<var-decl name='Store_singleton' type-id='type-id-16' visibility='default' filepath='./Include/int…