stdwingl.py
来自「Python语言编译器」· Python 代码 · 共 11 行
PY
11 行
# If you put 'import stdwin_gl' in front of the main program of a program# using stdwin (before it has a chance to import the real stdwin!),# it will use glstdwin and think it is stdwin.import sysif sys.modules.has_key('stdwin'): raise RuntimeError, 'too late -- stdwin has already been imported'import glstdwinsys.modules['stdwin'] = glstdwin
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?