class documentation
class StubUS(UnaryStreamMultiCallable): (source)
Stub implementation for unary-stream gRPC methods.
This class raises NotATrueCallError when called, as it is used only for service introspection, not actual RPC execution.
| Method | __call__ |
Undocumented |
def __call__(self, request, *, timeout:
float | None = None, metadata: MetadataType | None = None, credentials: CallCredentials | None = None, wait_for_ready: bool | None = None, compression: Compression | None = None) -> UnaryStreamCall:
(source)
ΒΆ
Undocumented