path
is_abs_or_url
is_abs_or_url(path)
Check whether a path is absolute or URL-based.
Source code in ezdag/path.py
15 16 17 18 19 | |
normalize
normalize(path, *, basename=False)
Selectively return the path's basename based on a condition.
Source code in ezdag/path.py
22 23 24 25 26 | |