Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc.aio._call._StreamResponseMixin Class Reference
Inheritance diagram for grpc.aio._call._StreamResponseMixin:
Inheritance graph
[legend]

Public Member Functions

AsyncIterable[ResponseType] __aiter__ (self)
 
bool cancel (self)
 
ResponseType read (self)
 
- Public Member Functions inherited from grpc.aio._call.Call
None __del__ (self)
 
None __init__ (self, cygrpc._AioCall cython_call, Metadata metadata, SerializingFunction request_serializer, DeserializingFunction response_deserializer, asyncio.AbstractEventLoop loop)
 
str __repr__ (self)
 
str __str__ (self)
 
None add_done_callback (self, DoneCallbackType callback)
 
bool cancelled (self)
 
grpc.StatusCode code (self)
 
str debug_error_string (self)
 
str details (self)
 
bool done (self)
 
Metadata initial_metadata (self)
 
Optional[float] time_remaining (self)
 
Metadata trailing_metadata (self)
 

Private Member Functions

ResponseType _fetch_stream_responses (self)
 
def _init_stream_response_mixin (self, asyncio.Task preparation)
 
ResponseType _read (self)
 
def _update_response_style (self, _APIStyle style)
 

Private Attributes

 _message_aiter
 
 _preparation
 
 _response_style
 

Detailed Description

Definition at line 296 of file _call.py.

Member Function Documentation

◆ __aiter__()

AsyncIterable[ResponseType] grpc.aio._call._StreamResponseMixin.__aiter__ (   self)

Definition at line 328 of file _call.py.

◆ _fetch_stream_responses()

ResponseType grpc.aio._call._StreamResponseMixin._fetch_stream_responses (   self)
private

Definition at line 319 of file _call.py.

◆ _init_stream_response_mixin()

def grpc.aio._call._StreamResponseMixin._init_stream_response_mixin (   self,
asyncio.Task  preparation 
)
private

Definition at line 301 of file _call.py.

◆ _read()

ResponseType grpc.aio._call._StreamResponseMixin._read (   self)
private

Definition at line 334 of file _call.py.

◆ _update_response_style()

def grpc.aio._call._StreamResponseMixin._update_response_style (   self,
_APIStyle  style 
)
private

Definition at line 306 of file _call.py.

◆ cancel()

bool grpc.aio._call._StreamResponseMixin.cancel (   self)

Reimplemented from grpc.aio._call.Call.

Definition at line 312 of file _call.py.

◆ read()

ResponseType grpc.aio._call._StreamResponseMixin.read (   self)

Definition at line 352 of file _call.py.

Member Data Documentation

◆ _message_aiter

grpc.aio._call._StreamResponseMixin._message_aiter
private

Definition at line 302 of file _call.py.

◆ _preparation

grpc.aio._call._StreamResponseMixin._preparation
private

Definition at line 303 of file _call.py.

◆ _response_style

grpc.aio._call._StreamResponseMixin._response_style
private

Definition at line 304 of file _call.py.


The documentation for this class was generated from the following file:


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