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

Function close

examples/IPython Kernel/gui/gui-glut.py:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16import OpenGL.GLUT as glut
17
18def close():
19 glut.glutDestroyWindow(glut.glutGetWindow())
20
21def display():
22 gl.glClear (gl.GL_COLOR_BUFFER_BIT | gl.GL_DEPTH_BUFFER_BIT)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected