コード例 #1
0
 async def ping(self):
     result = await self._execute(ping=sc_pb.RequestPing())
     return result
コード例 #2
0
ファイル: remote_controller.py プロジェクト: talgreen/pysc2
 def ping(self):
     return self._client.send(ping=sc_pb.RequestPing())