Home | History | Annotate | Download | only in Modules

Lines Matching refs:noload

4978 /* No-load functions to support noload, which is used to

5091 noload(Unpicklerobject *self)
5399 return noload(self);
5407 {"noload", (PyCFunction)Unpickler_noload, METH_NOARGS,
5409 "noload() -- not load a pickle, but go through most of the motions\n"