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