MCPcopy Index your code
hub / github.com/ipython/ipython / run

Method run

IPython/terminal/pt_inputhooks/gtk4.py:19–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17 return False
18
19 def run(self):
20 context = GLib.MainContext.default()
21 while not self._quit:
22 context.iteration(True)
23
24
25def inputhook(context):

Callers 1

inputhookFunction · 0.45

Calls 1

defaultMethod · 0.80

Tested by

no test coverage detected