コード例 #1
0
ファイル: graph.py プロジェクト: turapeach/TOAK
 def __str__(self):
     """ Make string representation. 
     """
     s = Point.__str__(self)
     s.replace('point', 'node')
コード例 #2
0
ファイル: graph.py プロジェクト: chiluf/visvis
 def __str__(self):
     """ Make string representation. 
     """
     s = Point.__str__(self)
     s.replace('point', 'node')