예제 #1
0
파일: api.py 프로젝트: skirankumar/grr
 def SearchClients(self, query=None):
     return client.SearchClients(query, context=self._context)
예제 #2
0
 def SearchClients(
     self,
     query: Optional[str] = None,
 ) -> utils.ItemsIterator[client.Client]:
     return client.SearchClients(query, context=self._context)