Searched refs:Store_singleton (Results 1 – 4 of 4) sorted by relevance
130 PyObject *Store_singleton; member
274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable796 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()
144 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()
6560 …<var-decl name='Store_singleton' type-id='type-id-16' visibility='default' filepath='./Include/int…