你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
Changed to new-style classes.
这个提交包含在:
@@ -21,7 +21,7 @@ import decimal as d
|
|||||||
from pyfiglet import Figlet
|
from pyfiglet import Figlet
|
||||||
|
|
||||||
|
|
||||||
class ListStream:
|
class ListStream(object):
|
||||||
"""A list can be streamed into. Required when temporarily redirecting stdio to capture output from users Python code blocks."""
|
"""A list can be streamed into. Required when temporarily redirecting stdio to capture output from users Python code blocks."""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
在新工单中引用
屏蔽一个用户