Home
last modified time | relevance | path

Searched refs:dict_args (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_pickle.c4867 PyObject *reduce_value, *dict_args; in _pickle_PicklerMemoProxy___reduce___impl() local
4877 dict_args = PyTuple_New(1); in _pickle_PicklerMemoProxy___reduce___impl()
4878 if (dict_args == NULL) { in _pickle_PicklerMemoProxy___reduce___impl()
4883 PyTuple_SET_ITEM(dict_args, 0, contents); in _pickle_PicklerMemoProxy___reduce___impl()
4886 PyTuple_SET_ITEM(reduce_value, 1, dict_args); in _pickle_PicklerMemoProxy___reduce___impl()

Completed in 17 milliseconds