bamboost.core.hdf5.hdf5path
Classes
HDF5Path
Attributes:
HDF5Path.__truediv__
(self, other) -> HDF5PathArguments:
- other:
str
HDF5Path.__new__
(cls, path, absolute=True)Arguments:
- cls
- path:
str - absolute:
bool=True
HDF5Path.joinpath
(self, *other) -> HDF5PathArguments:
- other:
str=()
HDF5Path.relative_to
(self, other) -> HDF5PathArguments:
- other:
typing.Union[HDF5Path, str]
HDF5Path.is_child_of
(self, other) -> boolArguments:
- other:
HDF5Path
Bamboost