NicePath

Auto-generated documentation for mypy_boto3_builder.utils.nice_path module.

Path that represents it as relative to workdir.

NicePath

[find in source code]

class NicePath(Path):

Path that represents it as relative to workdir.

NicePath().walk

[find in source code]

def walk(
    exclude: Iterable[Path] = tuple(),
    glob_pattern: str = '**/*',
) -> Iterator[_R]:

Walk files except for exclude.

Yields

Existing Path.