提交 cbdb4315 authored 作者: ChienliMa's avatar ChienliMa

fix typo

上级 8198dbf6
...@@ -277,17 +277,10 @@ class FunctionGraph(utils.object2): ...@@ -277,17 +277,10 @@ class FunctionGraph(utils.object2):
return False return False
### import ### ### import ###
def __import_r__(self, variables, reason): def __import_r__(self, variable, reason):
""" """
Import variables to this FunctionGraph and also their apply_node, Import variables to this FunctionGraph and also their apply_node,
if those nodes are not in this graph. if those nodes are not in this graph.
----------------------
Parameters;
variables -- Iterable if variables needed to import
reason -- String. Reason.
----------------------
Returns:
None
""" """
global NullType global NullType
if NullType is None: if NullType is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论