MCPcopy Create free account
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
13if sys.platform.startswith('linux'):
14 def flip(window):
15 try:
16 window.flip()
17 except AttributeError:
18 pass
19else:
20 def flip(window):
21 window.flip()

Callers 1

inputhookFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected