appyter.ext.pathlib package

Submodules

appyter.ext.pathlib.assertions module

appyter.ext.pathlib.chroot module

class appyter.ext.pathlib.chroot.ChrootPurePosixPath(root, _path=PurePosixPath('.'))[source]

Bases: object

Similar to pathlib but guaranteed to stay within the root directory.

join(*others)[source]
realpath()[source]
relative_to(*other)[source]

Module contents

appyter.ext.pathlib.is_relative_to(p, *other)[source]

Re-impl of PurePosixPath.is_relative_to for older python versions