Searched refs:_MethodClient (Results 1 – 1 of 1) sorted by relevance
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | callback_client.py | 91 class _MethodClient: class 195 def __init__(self, method_client: _MethodClient, argument 331 default_timeout: Optional[float]) -> _MethodClient: 333 def call(self: _MethodClient, argument 354 f'{method.name}_UnaryMethodClient', (_MethodClient, ), 364 def call(self: _MethodClient, argument 382 f'{method.name}_ServerStreamingMethodClient', (_MethodClient, ), 388 class ClientStreamingMethodClient(_MethodClient): 403 class BidirectionalStreamingMethodClient(_MethodClient): 435 def method_client(self, channel: Channel, method: Method) -> _MethodClient:
|