MCPcopy Create free account
hub / github.com/TabViewer/tabview / run

Method run

tabview/tabview.py:1069–1075  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1067 self.scr.refresh()
1068
1069 def run(self):
1070 self._running = True
1071 self._calculate_layout()
1072 while self._running:
1073 self.display()
1074 c = self.scr.getch()
1075 self.handle_key(c)
1076
1077 def handle_key(self, key):
1078 if 0 < key < 256:

Callers 1

__call__Method · 0.95

Calls 3

_calculate_layoutMethod · 0.95
displayMethod · 0.95
handle_keyMethod · 0.95

Tested by

no test coverage detected