AlloViz.AlloViz.Elements.Edges._pad_or_backfill

Edges._pad_or_backfill(method: Literal['ffill', 'bfill', 'pad', 'backfill'], *, axis: int | Literal['index', 'columns', 'rows'] | None = None, inplace: bool = False, limit: None | int = None, limit_area: Literal['inside', 'outside'] | None = None, downcast: dict | None = None)