class documentation

Find isolated Python modules. This function will **not** recurse subdirectories.

Class Method _find_iter Undocumented
Class Variable _looks_like_module Undocumented

Inherited from _Finder:

Class Method find Return a list of all Python items (packages or modules, depending on the finder implementation) found within directory 'where'.
Constant ALWAYS_EXCLUDE Undocumented
Constant DEFAULT_EXCLUDE Undocumented
@classmethod
def _find_iter(cls, where: _Path, exclude: _Filter, include: _Filter) -> StrIter: (source)
_looks_like_module = (source)

Undocumented