is_package(fullname)
An abstract method to return a true value if the module is a package, a false value otherwise. ImportError
is raised if the loader cannot find the module.
Changed in version 3.4: Raises ImportError
instead of NotImplementedError
.
Please login to continue.