Ejemplo n.º 1
0
 def ListHunts(self):
     return hunt.ListHunts(context=self._context)
Ejemplo n.º 2
0
 def ListHunts(self) -> utils.ItemsIterator[hunt.Hunt]:
     return hunt.ListHunts(context=self._context)