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

Function glut_close

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

Source from the content-addressed store, hash-verified

107 pass
108
109def glut_close():
110 # Close function only hides the current window
111 glut.glutHideWindow()
112 glutMainLoopEvent()
113
114def glut_int_handler(signum, frame):
115 # Catch sigint and print the default message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected