Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dzipimport.c.h100 zipimport_zipimporter_find_loader_impl(ZipImporter *self, PyObject *fullname,
114 return_value = zipimport_zipimporter_find_loader_impl(self, fullname, path); in zipimport_zipimporter_find_loader()
/external/python/cpython3/Modules/
Dzipimport.c481 zipimport_zipimporter_find_loader_impl(ZipImporter *self, PyObject *fullname, in zipimport_zipimporter_find_loader_impl() function