Searched refs:zipimport_zipimporter_find_module (Results 1 – 1 of 1) sorted by relevance
61 …{"find_module", (PyCFunction)zipimport_zipimporter_find_module, METH_FASTCALL, zipimport_zipimport…68 zipimport_zipimporter_find_module(ZipImporter *self, PyObject *const *args, Py_ssize_t nargs) in zipimport_zipimporter_find_module() function