Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
DPython-ast.c275 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
812 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL); in init_types()
813 if (!Param_singleton) return 0; in init_types()
2951 Py_INCREF(Param_singleton); in ast2obj_expr_context()
2952 return Param_singleton; in ast2obj_expr_context()
/external/python/cpython3/Python/
DPython-ast.c360 *AugLoad_singleton, *AugStore_singleton, *Param_singleton; variable
1001 Param_singleton = PyType_GenericNew(Param_type, NULL, NULL); in init_types()
1002 if (!Param_singleton) return 0; in init_types()
3500 Py_INCREF(Param_singleton); in ast2obj_expr_context()
3501 return Param_singleton; in ast2obj_expr_context()