class documentation

class FlatLayoutModuleFinder(ModuleFinder): (source)

View In Hierarchy

Undocumented

Constant DEFAULT_EXCLUDE Reserved top-level module names

Inherited from ModuleFinder:

Class Method _find_iter Undocumented
Class Variable _looks_like_module Undocumented

Inherited from _Finder (via ModuleFinder):

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
DEFAULT_EXCLUDE: tuple[str, ...] = (source)

Reserved top-level module names

Value
('setup',
 'conftest',
 'test',
 'tests',
 'example',
 'examples',
 'build',
...