Searched refs:AugLoad_singleton (Results 1 – 2 of 2) 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()
360 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable993 AugLoad_singleton = PyType_GenericNew(AugLoad_type, NULL, NULL); in init_types()994 if (!AugLoad_singleton) return 0; in init_types()3494 Py_INCREF(AugLoad_singleton); in ast2obj_expr_context()3495 return AugLoad_singleton; in ast2obj_expr_context()