Good stuff. Some suggestions: > def joinpath(self, *args): ... I suggest append() or extend() as join*() sort of suggest join() as provided by strings, which does something quite different > def splitall(self): ... and this may renamed split(), as it is quite similar to split() as provided by strings > # Properties about the path. > parent, name, namebase, ext, drive, uncshare[1] so we can drop basename(), dirname(), splitdrive(), and splitext() > def dirs(self, pattern = None): ... > def files(self, pattern = None): ... can we add others()? (sockets, pipes, block and character devices) --eric
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4