module documentation
Extract service names from gRPC service stubs.
The placeholder calls prevent network requests. An extractor channel records service metadata for the Nebius asynchronous SDK.
| Class | |
Extract service names from gRPC stub classes. |
| Class | |
Define gRPC service stub classes that accept a channel. |
| Class | |
Represent a stream-stream gRPC method during introspection. |
| Class | |
Represent a stream-unary gRPC method during introspection. |
| Class | |
Represent a unary-stream gRPC method during introspection. |
| Class | |
Represent a unary-unary gRPC method during introspection. |
| Exception | |
Report a service stub that has no gRPC methods. |
| Exception | |
Report an attempt to run an introspection stub. |
| Function | from |
Return the service name from a gRPC stub class. |
| Type Variable | |
Undocumented |
| Type Variable | |
Undocumented |
Return the service name from a gRPC stub class.
Create the stub with an ExtractorChannel. The channel records a
method and returns its service name.
| Parameters | |
| stub:type[ServiceStub] | The stub class to extract from. |
| Returns | |
| str | The service name. |