Home
last modified time | relevance | path

Searched refs:Picklertype (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
DcPickle.c360 static PyTypeObject Picklertype; variable
3066 self = PyObject_GC_New(Picklerobject, &Picklertype); in newPicklerobject()
3316 static PyTypeObject Picklertype = { variable
5883 if (PyType_Ready(&Picklertype) < 0) in init_stuff()
6020 Py_TYPE(&Picklertype) = &PyType_Type; in initcPickle()