Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c275 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
804 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()