Exemplo n.º 1
0
 def get_locations(self, **kwargs):
     return Location.get_all(parent=self, **kwargs)
Exemplo n.º 2
0
 def get_locations(self):
     return Location.get_all(parent=self)