Searched refs:zipimport_zipimporter_get_source_impl (Results 1 – 2 of 2) sorted by relevance
278 zipimport_zipimporter_get_source_impl(ZipImporter *self, PyObject *fullname);289 return_value = zipimport_zipimporter_get_source_impl(self, fullname); in zipimport_zipimporter_get_source()
738 zipimport_zipimporter_get_source_impl(ZipImporter *self, PyObject *fullname) in zipimport_zipimporter_get_source_impl() function