Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Python/
DPython-ast.c360 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
993 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()