コード例 #1
0
ファイル: client.py プロジェクト: trantrungtin/idb
 async def focus(self) -> None:
     await self.stub.focus(FocusRequest())
コード例 #2
0
ファイル: grpc.py プロジェクト: zeng4250538/idb
 async def focus(self) -> None:
     async with self.get_stub() as stub:
         await stub.focus(FocusRequest())
コード例 #3
0
ファイル: focus.py プロジェクト: sorke/FBSimulatorControl
async def client(client: CompanionClient) -> None:
    await client.stub.focus(FocusRequest())