build_tools.syllable_walk_tui.modules.analyzer.panel
Walk output panel component.
This module provides the StatsPanel widget for displaying generated walks from both patches in the center column.
Classes
Panel displaying generated walks from both patches. |
Module Contents
- class build_tools.syllable_walk_tui.modules.analyzer.panel.StatsPanel(content='', *, expand=False, shrink=False, markup=True, name=None, id=None, classes=None, disabled=False)[source]
Bases:
textual.widgets.StaticPanel displaying generated walks from both patches.
Shows walks with corpus name headers for clear provenance. Updated by _generate_walks_for_patch() after generation.
Initialize a Widget.
- Parameters: