prefect.utilities.filesystem
create_default_ignore_file
create_default_ignore_file(path: str) -> bool
filter_files
filter_files(root: str = '.', ignore_patterns: Optional[Iterable[AnyStr]] = None, include_dirs: bool = True) -> set[str]
tmpchdir
tmpchdir(path: str)
filename
filename(path: str) -> str
is_local_path
is_local_path(path: Union[str, pathlib.Path, Any]) -> bool
to_display_path
to_display_path(path: Union[pathlib.Path, str], relative_to: Optional[Union[pathlib.Path, str]] = None) -> str
relative_path_to_current_platform
relative_path_to_current_platform(path_str: str) -> Path
get_open_file_limit
get_open_file_limit() -> int
Was this page helpful?