toponetx.PathView# class toponetx.PathView[source]# Bases: AtomView[Path] Path view class. Attributes: shapeReturn the number of paths in each dimension. __init__() → None[source]# Methods __init__() Attributes shape Return the number of paths in each dimension. property shape: tuple[int, ...]# Return the number of paths in each dimension. Returns: tuple of intsA tuple of integers representing the number of paths in each dimension.