提交 7b8526b6 authored 作者: Frederic Bastien's avatar Frederic Bastien

added comment.

上级 70c1f770
...@@ -76,6 +76,8 @@ class Print(Op): ...@@ -76,6 +76,8 @@ class Print(Op):
@type attrs: list of Strings @type attrs: list of Strings
@param attrs: list of input node attributes or member functions to print. Functions are @param attrs: list of input node attributes or member functions to print. Functions are
identified through callable(), executed and their return value printed. identified through callable(), executed and their return value printed.
:note: WARNING. This can disable some optimization(speed and stabilization)!
""" """
view_map={0:[0]} view_map={0:[0]}
def __init__(self,message="", attrs=("__str__",)): def __init__(self,message="", attrs=("__str__",)):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论