Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c275 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
808 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()
/external/python/cpython3/Python/
DPython-ast.c360 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
997 AugStore_singleton = PyType_GenericNew(AugStore_type, NULL, NULL); in init_types()
998 if (!AugStore_singleton) return 0; in init_types()
3497 Py_INCREF(AugStore_singleton); in ast2obj_expr_context()
3498 return AugStore_singleton; in ast2obj_expr_context()