Home | History | Annotate | Download | only in Modules

Lines Matching full:persistent_load

585     PyObject *pers_func;        /* persistent_load() method, can be NULL. */
5472 "but no persistent_load function was specified.");
5500 "but no persistent_load function was specified.");
6616 _Py_IDENTIFIER(persistent_load);
6927 PyErr_SetString(PyExc_AttributeError, "persistent_load");
6943 "persistent_load must be a callable taking "
6956 {"persistent_load", (getter)Unpickler_get_persload,