Searched refs:rpc (Results 1 – 3 of 3) sorted by relevance
118 def rpc(self, name, *args, **kwargs): member in RpcClient.AsyncClient231 def rpc(self, method, *args, timeout=None, retries=3): member in RpcClient354 return self.rpc(name, *args, **kwargs)
205 client.rpc = mock.MagicMock()209 client.rpc.assert_called_with(
29 rpc getInvocations(GetInvocationsRequest) returns (GetInvocationsResponse) {}