ExtendedFilter
faststream.cli.supervisors.watchfiles.ExtendedFilter #
ExtendedFilter(
*,
ignore_paths: Optional[
Sequence[Union[str, Path]]
] = None,
extra_extensions: Sequence[str] = ()
)
Bases: PythonFilter
A class that extends the watchfiles.PythonFilter
class.
METHOD | DESCRIPTION |
---|---|
__init__ | Initializes the Returns: None |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Initialize the class.
PARAMETER | DESCRIPTION |
---|---|
ignore_paths | Optional sequence of paths to ignore. |
extra_extensions | Sequence of extra extensions. |
RETURNS | DESCRIPTION |
---|---|
None | None |
Note
The above docstring is autogenerated by docstring-gen library (https://docstring-gen.airt.ai)
Source code in faststream/cli/supervisors/watchfiles.py
Last update: 2023-11-13