📄 tstart.py
字号:
# this starts up the T-environment...# # The root dir should point to the top of the python treeimport syssys.path.insert(0, "../base") # pickup base libssys.path.insert(0, "../../") # pickup neo_cgi.so# don't put anything above this because the path isn't# extended yet...
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -