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

Update convert.py

上级 cafe9893
......@@ -115,6 +115,7 @@ class Node ( object ) :
return ( self.ascendants_ )
if linktype == 'descendants' :
return ( self.descendants_ )
def show ( self ) -> None :
s_inf = "NODE [" + self.identification() \
+ "," + self.label() + "] - " \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册