text_lint.operations.external.local.LocalFolderExtensionsLoader
- class text_lint.operations.external.local.LocalFolderExtensionsLoader(paths: List[str])[Quellcode]
Bases:
ExternalLoaderBaseLoad local folder supplied libraries of extensions.
- __init__(paths: List[str]) None[Quellcode]
Initialize ThirdPartyExtensionsLoader instances.
- Parameter:
paths (List[str]) – A list of local file paths to load extensions from.
- load_modules() List[ModuleType][Quellcode]
Generate a list of modules to import assertions from.
- Rückgabetyp:
List[ModuleType]