Searched refs:AugStore_singleton (Results 1 – 1 of 1) sorted by relevance
275 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable808 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL); in init_types()809 if (!AugStore_singleton) return 0; in init_types()2948 Py_INCREF(AugStore_singleton); in ast2obj_expr_context()2949 return AugStore_singleton; in ast2obj_expr_context()