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

Method __call__

tabview/tabview.py:1036–1037  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1034 self.setup_handlers()
1035
1036 def __call__(self):
1037 self.run()
1038
1039 def setup_handlers(self):
1040 self.handlers = {'\n': self.close,

Callers

nothing calls this directly

Calls 1

runMethod · 0.95

Tested by

no test coverage detected