コード例 #1
0
ファイル: organization.py プロジェクト: willr/client_python
 def get_locations(self, **kwargs):
     return Location.get_all(parent=self, **kwargs)
コード例 #2
0
 def get_locations(self):
     return Location.get_all(parent=self)