Searched refs:Store_singleton (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | Python-ast.c | 274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable 796 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL); in init_types() 797 if (!Store_singleton) return 0; in init_types() 2939 Py_INCREF(Store_singleton); in ast2obj_expr_context() 2940 return Store_singleton; in ast2obj_expr_context()
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 359 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable 985 Store_singleton = PyType_GenericNew(Store_type, NULL, NULL); in init_types() 986 if (!Store_singleton) return 0; in init_types() 3488 Py_INCREF(Store_singleton); in ast2obj_expr_context() 3489 return Store_singleton; in ast2obj_expr_context()
|