Searched refs:from_modules (Results 1 – 5 of 5) sorted by relevance
133 pw_rpc.Client.from_modules(callback_client.Impl(), [156 pw_rpc.Client.from_modules(callback_client.Impl(),
147 self.client = pw_rpc.Client.from_modules(client_impl, channels,
67 self._client = client.Client.from_modules(408 rpc_client = client.Client.from_modules(callback_client.Impl(
79 return protos, client.Client.from_modules(
335 def from_modules(cls, impl: ClientImpl, channels: Iterable[Channel], member in Client