Classes | Functions | Variables
grpc.aio._call Namespace Reference

Classes

class  _APIStyle
 
class  _StreamRequestMixin
 
class  _StreamResponseMixin
 
class  _UnaryResponseMixin
 
class  AioRpcError
 
class  Call
 
class  StreamStreamCall
 
class  StreamUnaryCall
 
class  UnaryStreamCall
 
class  UnaryUnaryCall
 

Functions

AioRpcError _create_rpc_error (Metadata initial_metadata, cygrpc.AioRpcStatus status)
 

Variables

string __all__ = 'AioRpcError', 'Call', 'UnaryUnaryCall', 'UnaryStreamCall'
 
string _API_STYLE_ERROR = 'The iterator and read/write APIs may not be mixed on a single RPC.'
 
string _GC_CANCELLATION_DETAILS = 'Cancelled upon garbage collection!'
 
string _LOCAL_CANCELLATION_DETAILS = 'Locally cancelled by application!'
 
 _LOGGER = logging.getLogger(__name__)
 
tuple _NON_OK_CALL_REPRESENTATION
 
tuple _OK_CALL_REPRESENTATION
 
string _RPC_ALREADY_FINISHED_DETAILS = 'RPC already finished.'
 
string _RPC_HALF_CLOSED_DETAILS = 'RPC is half closed after calling "done_writing".'
 

Function Documentation

◆ _create_rpc_error()

AioRpcError grpc.aio._call._create_rpc_error ( Metadata  initial_metadata,
cygrpc.AioRpcStatus  status 
)
private

Definition at line 149 of file _call.py.

Variable Documentation

◆ __all__

string grpc.aio._call.__all__ = 'AioRpcError', 'Call', 'UnaryUnaryCall', 'UnaryStreamCall'
private

Definition at line 38 of file _call.py.

◆ _API_STYLE_ERROR

string grpc.aio._call._API_STYLE_ERROR = 'The iterator and read/write APIs may not be mixed on a single RPC.'
private

Definition at line 44 of file _call.py.

◆ _GC_CANCELLATION_DETAILS

string grpc.aio._call._GC_CANCELLATION_DETAILS = 'Cancelled upon garbage collection!'
private

Definition at line 41 of file _call.py.

◆ _LOCAL_CANCELLATION_DETAILS

string grpc.aio._call._LOCAL_CANCELLATION_DETAILS = 'Locally cancelled by application!'
private

Definition at line 40 of file _call.py.

◆ _LOGGER

grpc.aio._call._LOGGER = logging.getLogger(__name__)
private

Definition at line 57 of file _call.py.

◆ _NON_OK_CALL_REPRESENTATION

tuple grpc.aio._call._NON_OK_CALL_REPRESENTATION
private
Initial value:
1 = ('<{} of RPC that terminated with:\n'
2  '\tstatus = {}\n'
3  '\tdetails = "{}"\n'
4  '\tdebug_error_string = "{}"\n'
5  '>')

Definition at line 51 of file _call.py.

◆ _OK_CALL_REPRESENTATION

tuple grpc.aio._call._OK_CALL_REPRESENTATION
private
Initial value:
1 = ('<{} of RPC that terminated with:\n'
2  '\tstatus = {}\n'
3  '\tdetails = "{}"\n'
4  '>')

Definition at line 46 of file _call.py.

◆ _RPC_ALREADY_FINISHED_DETAILS

string grpc.aio._call._RPC_ALREADY_FINISHED_DETAILS = 'RPC already finished.'
private

Definition at line 42 of file _call.py.

◆ _RPC_HALF_CLOSED_DETAILS

string grpc.aio._call._RPC_HALF_CLOSED_DETAILS = 'RPC is half closed after calling "done_writing".'
private

Definition at line 43 of file _call.py.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:32