cmts.py

来自「这是一些ANTLR parser generator的grammar文件的例子」· Python 代码 · 共 20 行

PY
20
字号
"""This is a substantially improved version of the older Interpreter.py demoIt creates a simple GUI JPython console window with simple historyas well as the ability to interupt running code (with the ESC key).Like Interpreter.py, this is still just a demo, and needs substantialwork before serious use."""class C:    if a<1:        a=1        return a    # Essentially static class variables    # ignore the newline above me    # blort    # foo    protocol_version = "HTTP/1.0"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?