get_filename(fullname)
Return the value __file__
would be set to if the specified module was imported. Raise ZipImportError
if the module couldn’t be found.
New in version 3.1.
get_filename(fullname)
Return the value __file__
would be set to if the specified module was imported. Raise ZipImportError
if the module couldn’t be found.
New in version 3.1.
Please login to continue.