Bamboost
bamboost/core/hdf5/hdf5path

bamboost.core.hdf5.hdf5path

Classes

HDF5Path

Attributes:
  • parent:HDF5Path
  • parents:typing.Generator[HDF5Path, None, None]
  • basename:str
  • path:pathlib.PurePosixPath
HDF5Path.__truediv__(self, other) -> HDF5Path
Arguments:
  • other:str
HDF5Path.__new__(cls, path, absolute=True)
Arguments:
  • cls
  • path:str
  • absolute:bool=True
HDF5Path.joinpath(self, *other) -> HDF5Path
Arguments:
  • other:str=()
HDF5Path.relative_to(self, other) -> HDF5Path
Arguments:
HDF5Path.is_child_of(self, other) -> bool
Arguments: