Ejemplo n.º 1
0
 async def ping(self):
     result = await self._execute(ping=sc_pb.RequestPing())
     return result
Ejemplo n.º 2
0
 def ping(self):
     return self._client.send(ping=sc_pb.RequestPing())