Searched refs:ZipImporter_Type (Results 1 – 1 of 1) sorted by relevance
53 #define ZipImporter_Check(op) PyObject_TypeCheck(op, &ZipImporter_Type)601 static PyTypeObject ZipImporter_Type = { variable1304 if (PyType_Ready(&ZipImporter_Type) < 0) in initzipimport()1337 Py_INCREF(&ZipImporter_Type); in initzipimport()1339 (PyObject *)&ZipImporter_Type) < 0) in initzipimport()