Example #1
0
 def set_result(self, path):
     persistent_path = File()
     persistent_path.name = path
     persistent_path.setResult('value', self)
     persistent_path.upToDate = True
     self.setResult("value", persistent_path)