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