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

Method run

tabview/tabview.py:707–712  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

705 }
706
707 def run(self):
708 # Clear the screen and display the menu of keys
709 # Main loop:
710 while True:
711 self.display()
712 self.handle_keys()
713
714 def handle_keys(self):
715 """Determine what method to call for each keypress.

Callers 1

mainFunction · 0.45

Calls 2

displayMethod · 0.95
handle_keysMethod · 0.95

Tested by

no test coverage detected