Home
last modified time | relevance | path

Searched defs:zipimporter (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/importlib/
Dresources.py275 def __init__(self, zipimporter, fullname): argument
337 def _zipimport_get_resource_reader(zipimporter, fullname): argument
/external/python/cpython3/Python/
Dimport.c115 PyObject *zipimporter = _PyObject_GetAttrId(zimpimport, in _PyImportZip_Init() local
/external/python/cpython2/Python/
Dimport.c246 PyObject *zipimporter = PyObject_GetAttrString(zimpimport, in _PyImportHooks_Init() local