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

Function glut_display

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

Source from the content-addressed store, hash-verified

99#-----------------------------------------------------------------------------
100
101def glut_display():
102 # Dummy display function
103 pass
104
105def glut_idle():
106 # Dummy idle function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected