build_tools.syllable_walk_tui.modules.analyzer.panel ==================================================== .. py:module:: build_tools.syllable_walk_tui.modules.analyzer.panel .. autoapi-nested-parse:: Walk output panel component. This module provides the StatsPanel widget for displaying generated walks from both patches in the center column. Classes ------- .. autoapisummary:: build_tools.syllable_walk_tui.modules.analyzer.panel.StatsPanel Module Contents --------------- .. py:class:: StatsPanel(content = '', *, expand = False, shrink = False, markup = True, name = None, id = None, classes = None, disabled = False) Bases: :py:obj:`textual.widgets.Static` Panel 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. :param \*children: Child widgets. :param name: The name of the widget. :param id: The ID of the widget in the DOM. :param classes: The CSS classes for the widget. :param disabled: Whether the widget is disabled or not. :param markup: Enable content markup? .. py:method:: compose() Create child widgets for walk output panel.