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

Function glut_close

IPython/terminal/pt_inputhooks/glut.py:68–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 pass
67
68def glut_close():
69 # Close function only hides the current window
70 glut.glutHideWindow()
71 glutMainLoopEvent()
72
73def glut_int_handler(signum, frame):
74 # Catch sigint and print the defaultipyt message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected