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
5490 if (!( self = PyObject_GC_New(Unpicklerobject, &Unpicklertype))) in newUnpicklerobject()
5810 static PyTypeObject Unpicklertype = { variable
5895 if (PyType_Ready(&Unpicklertype) < 0) in init_stuff()
6035 Py_TYPE(&Unpicklertype) = &PyType_Type; in initcPickle()