未验证 提交 29edc98c 编写于 作者: rictjo's avatar rictjo 提交者: GitHub

Update convert.py

上级 742622ee
......@@ -136,7 +136,7 @@ class NodeGraph ( Node ) :
return( self.graph_map_.values() )
def items ( self ) -> list :
return( self.graph_map_.values() )
return( self.graph_map_.items() )
def get_node ( self, nid : str ) -> Node :
return ( self.graph_map_[nid] )
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册