示例#1
0
 def get_locations(self, **kwargs):
     return Location.get_all(parent=self, **kwargs)
示例#2
0
 def get_locations(self):
     return Location.get_all(parent=self)