MCPcopy Create free account
hub / github.com/ipython/ipython / glut_idle

Function glut_idle

IPython/lib/inputhookglut.py:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 pass
104
105def glut_idle():
106 # Dummy idle function
107 pass
108
109def glut_close():
110 # Close function only hides the current window

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected