Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c384 static PyTypeObject Unpicklertype; variable
5476 if (!( self = PyObject_GC_New(Unpicklerobject, &Unpicklertype))) in newUnpicklerobject()
5796 static PyTypeObject Unpicklertype = { variable
5881 if (PyType_Ready(&Unpicklertype) < 0) in init_stuff()
6021 Py_TYPE(&Unpicklertype) = &PyType_Type; in initcPickle()