1
0
Fork 0
flightgear/scripts/python/TerraSync/terrasync
Florent Rougon 5cca99bbae virtual_path.py: add more functions and properties to VirtualPath
Add more functions and properties to VirtualPath that directly
correspond to functions and properties of pathlib.PurePath, except that
types are adapted of course, and that for API consistency, VirtualPath
methods use mixedCaseStyle whereas those of pathlib.PurePath use
underscore_style.
2018-02-18 19:04:58 +01:00
..
__init__.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00
exceptions.py terrasync.py: move custom exception classes to a separate module 2018-02-07 11:38:41 +01:00
main.py terrasync.py: make assert statements more useful 2018-02-18 19:04:58 +01:00
virtual_path.py virtual_path.py: add more functions and properties to VirtualPath 2018-02-18 19:04:58 +01:00