예제 #1
0
파일: api.py 프로젝트: skirankumar/grr
 def ListHunts(self):
     return hunt.ListHunts(context=self._context)
예제 #2
0
 def ListHunts(self) -> utils.ItemsIterator[hunt.Hunt]:
     return hunt.ListHunts(context=self._context)