コード例 #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)