Searched refs:PendingRpcs (Results 1 – 2 of 2) sorted by relevance
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | callback_client.py | 55 from pw_rpc.client import PendingRpc, PendingRpcs 93 def __init__(self, client_impl: 'Impl', rpcs: PendingRpcs, argument 179 def __init__(self, rpcs: PendingRpcs, rpc: PendingRpc): argument 329 def _unary_method_client(client_impl: 'Impl', rpcs: PendingRpcs, argument 360 def _server_streaming_method_client(client_impl: 'Impl', rpcs: PendingRpcs, argument
|
D | client.py | 52 class PendingRpcs: class 151 self.rpcs: PendingRpcs = None 346 self._impl.rpcs = PendingRpcs()
|