Exemple #1
0
 def output(self):
     from Parser import parseGraph
     for o in parseGraph(open(self.outputPath)):
         yield o[0]
Exemple #2
0
 def output(self):
     from Parser import parseGraph
     for o in parseGraph(open(self.outputPath)):
         yield o[0]
Exemple #3
0
 def input(self):
     from Parser import parseGraph
     return parseGraph(open(self.inputPath))
Exemple #4
0
 def input(self):
     from Parser import parseGraph
     return parseGraph(open(self.inputPath))