Searched refs:Unpicklertype (Results 1 – 1 of 1) sorted by relevance
384 static PyTypeObject Unpicklertype; variable5490 if (!( self = PyObject_GC_New(Unpicklerobject, &Unpicklertype))) in newUnpicklerobject()5810 static PyTypeObject Unpicklertype = { variable5895 if (PyType_Ready(&Unpicklertype) < 0) in init_stuff()6035 Py_TYPE(&Unpicklertype) = &PyType_Type; in initcPickle()