class documentation

Undocumented

Static Method _looks_like_package Does a directory look like a package?

Inherited from PackageFinder:

Constant ALWAYS_EXCLUDE Undocumented
Class Method _find_iter All the packages found in 'where' that pass the 'include' filter, but not the 'exclude' filter.

Inherited from _Finder (via PackageFinder):

Class Method find Return a list of all Python items (packages or modules, depending on the finder implementation) found within directory 'where'.
Constant DEFAULT_EXCLUDE Undocumented
@staticmethod
def _looks_like_package(_path: _Path, _package_name: str) -> bool: (source)