Searched refs:Picklertype (Results 1 – 1 of 1) sorted by relevance
360 static PyTypeObject Picklertype; variable3066 self = PyObject_GC_New(Picklerobject, &Picklertype); in newPicklerobject()3316 static PyTypeObject Picklertype = { variable5883 if (PyType_Ready(&Picklertype) < 0) in init_stuff()6020 Py_TYPE(&Picklertype) = &PyType_Type; in initcPickle()