예제 #1
0
파일: api.py 프로젝트: skirankumar/grr
 def Hunt(self, hunt_id):
     return hunt.HuntRef(hunt_id=hunt_id, context=self._context)
예제 #2
0
 def Hunt(
     self,
     hunt_id: str,
 ) -> hunt.HuntRef:
     return hunt.HuntRef(hunt_id=hunt_id, context=self._context)