Exemplo n.º 1
0
 def Hunt(self, hunt_id):
     return hunt.HuntRef(hunt_id=hunt_id, context=self._context)
Exemplo n.º 2
0
 def Hunt(
     self,
     hunt_id: str,
 ) -> hunt.HuntRef:
     return hunt.HuntRef(hunt_id=hunt_id, context=self._context)