Lines Matching defs:contents
4868 PyObject *contents = _pickle_PicklerMemoProxy_copy_impl(self);
4869 if (contents == NULL)
4874 Py_DECREF(contents);
4879 Py_DECREF(contents);
4883 PyTuple_SET_ITEM(dict_args, 0, contents);
7369 PyObject *contents = _pickle_UnpicklerMemoProxy_copy_impl(self);
7370 if (contents == NULL)
7375 Py_DECREF(contents);
7380 Py_DECREF(contents);
7384 PyTuple_SET_ITEM(constructor_args, 0, contents);