Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ flip
Function
flip
IPython/terminal/pt_inputhooks/pyglet.py:14–18 ·
view source on GitHub ↗
(window)
Source
from the content-addressed store, hash-verified
12
if
sys.platform.startswith(
"linux"
):
13
14
def
flip(window):
15
try
:
16
window.flip()
17
except
AttributeError:
18
pass
19
else
:
20
21
def
flip(window):
Callers
1
inputhook
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…