Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c53 #define ZipImporter_Check(op) PyObject_TypeCheck(op, &ZipImporter_Type)
601 static PyTypeObject ZipImporter_Type = { variable
1304 if (PyType_Ready(&ZipImporter_Type) < 0) in initzipimport()
1337 Py_INCREF(&ZipImporter_Type); in initzipimport()
1339 (PyObject *)&ZipImporter_Type) < 0) in initzipimport()