Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ flip
Function
flip
IPython/lib/inputhookpyglet.py:55–59 ·
view source on GitHub ↗
(window)
Source
from the content-addressed store, hash-verified
53
54
if
sys.platform.startswith(
'linux'
):
55
def
flip(window):
56
try
:
57
window.flip()
58
except
AttributeError:
59
pass
60
else
:
61
def
flip(window):
62
window.flip()
Callers
1
inputhook_pyglet
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected