Public Member Functions | Private Member Functions | Private Attributes | List of all members
tests.testing._client_application._Pipe Class Reference
Inheritance diagram for tests.testing._client_application._Pipe:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def __iter__ (self)
 
def __next__ (self)
 
def add (self, value)
 
def close (self)
 
def next (self)
 

Private Member Functions

def _next (self)
 

Private Attributes

 _condition
 
 _open
 
 _values
 

Detailed Description

Definition at line 63 of file _client_application.py.

Constructor & Destructor Documentation

◆ __init__()

def tests.testing._client_application._Pipe.__init__ (   self)

Definition at line 65 of file _client_application.py.

Member Function Documentation

◆ __iter__()

def tests.testing._client_application._Pipe.__iter__ (   self)

Definition at line 70 of file _client_application.py.

◆ __next__()

def tests.testing._client_application._Pipe.__next__ (   self)

Definition at line 83 of file _client_application.py.

◆ _next()

def tests.testing._client_application._Pipe._next (   self)
private

Definition at line 73 of file _client_application.py.

◆ add()

def tests.testing._client_application._Pipe.add (   self,
  value 
)

Definition at line 89 of file _client_application.py.

◆ close()

def tests.testing._client_application._Pipe.close (   self)

Definition at line 94 of file _client_application.py.

◆ next()

def tests.testing._client_application._Pipe.next (   self)

Definition at line 86 of file _client_application.py.

Member Data Documentation

◆ _condition

tests.testing._client_application._Pipe._condition
private

Definition at line 66 of file _client_application.py.

◆ _open

tests.testing._client_application._Pipe._open
private

Definition at line 68 of file _client_application.py.

◆ _values

tests.testing._client_application._Pipe._values
private

Definition at line 67 of file _client_application.py.


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


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