MCPcopy 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
54if sys.platform.startswith('linux'):
55 def flip(window):
56 try:
57 window.flip()
58 except AttributeError:
59 pass
60else:
61 def flip(window):
62 window.flip()

Callers 1

inputhook_pygletFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected