MCPcopy Index your code
hub / github.com/tanelpoder/0xtools / create_app

Method create_app

xtop/tests/test_tui_simple.py:96–103  ·  view source on GitHub ↗

Create an instance of the TUI app

(self)

Source from the content-addressed store, hash-verified

94 self.initial_group_cols = initial_group_cols or ['state']
95
96 def create_app(self):
97 """Create an instance of the TUI app"""
98 return self.XTopTUI(
99 datadir=self.datadir,
100 initial_group_by=self.initial_group_cols, # Use correct parameter name
101 low_time=DEFAULT_LOW_TIME,
102 high_time=DEFAULT_HIGH_TIME
103 )
104
105
106# Test helper functions

Callers 7

test_tui_startupFunction · 0.95
test_navigation_keysFunction · 0.95
test_refresh_commandFunction · 0.95
test_escape_keyFunction · 0.95
test_help_panel_toggleFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected