Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
25
def
inputhook(context):
Callers
1
inputhook
Function · 0.45
Calls
1
default
Method · 0.80
Tested by
no test coverage detected