class documentation

class SimplePath(Protocol[_T]): (source)

View In Hierarchy

A minimal subset of pathlib.Path required by PathDistribution.

Method __truediv__ Undocumented
Method joinpath Undocumented
Method read_text Undocumented
Property parent Undocumented
def __truediv__(self, other: Union[str, _T]) -> _T: (source)

Undocumented

def joinpath(self) -> _T: (source)

Undocumented

def read_text(self) -> str: (source)

Undocumented

Undocumented