-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of LocationPath.from_uri()
- Add get_uri_path(): to get the path part from an URI - Add is_unc_path(): used for checking if a path is an UNC path, using the capabilities of PureWindowsPath of the Python release; - Add is_drive_path(): to check if is a path starting with a drive.
- Loading branch information
Showing
2 changed files
with
250 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.