is_package(fullname)
Return True
if the module specified by fullname is a package. Raise ZipImportError
if the module couldn’t be found.
is_package(fullname)
Return True
if the module specified by fullname is a package. Raise ZipImportError
if the module couldn’t be found.
Please login to continue.