📄 stdwingl.py
字号:
# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -