NicePath
mypy-boto3-builder Index / Mypy Boto3 Builder / Utils / NicePath
Auto-generated documentation for mypy_boto3_builder.utils.nice_path module.
NicePath
Show source in nice_path.py:11
Path that represents it as relative to workdir.
Signature
class NicePath(Path):
...
NicePath().walk
Show source in nice_path.py:35
Walk files except for exclude
.
Yields
Existing Path.
Signature
def walk(
self: _R, exclude: Iterable[Path] = tuple(), glob_pattern: str = "**/*"
) -> Iterator[_R]:
...