Home | History | Annotate | Download | only in Modules

Lines Matching refs:noload

5043 /* No-load functions to support noload, which is used to
5156 noload(Unpicklerobject *self)
5464 return noload(self);
5472 {"noload", (PyCFunction)Unpickler_noload, METH_NOARGS,
5474 "noload() -- not load a pickle, but go through most of the motions\n"