Searched refs:AugLoad_singleton (Results 1 – 1 of 1) sorted by relevance
275 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable804 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL); in init_types()805 if (!AugLoad_singleton) return 0; in init_types()2945 Py_INCREF(AugLoad_singleton); in ast2obj_expr_context()2946 return AugLoad_singleton; in ast2obj_expr_context()