ocebuild.third_party.cpython.pathlib#
Overrides the pathlib module to support backports and custom subclasses.
Module Contents#
Classes#
Provides a pathlib.Path class that can be subclassed idiomatically. |
|
Provides a pathlib.PurePath class that can be subclassed idiomatically. |
- class ocebuild.third_party.cpython.pathlib.Path(*args, **kwargs)[source]#
Bases:
BasePath,Path_flavour := type(pathlib.Path())Provides a pathlib.Path class that can be subclassed idiomatically.