Exemplo n.º 1
0
 def handle(self, *args, **options):
     import pprint
     pprint.pprint(data.parameter_tree())
Exemplo n.º 2
0
 def tree(self):
     if self.criterium == 'location':
         return data.location_tree()
     if self.criterium == 'parameter':
         return data.parameter_tree()