Public Member Functions | Private Member Functions | Private Attributes | List of all members
grpc_health.v1.health._Watcher Class Reference

Public Member Functions

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

Private Member Functions

def _next (self)
 

Private Attributes

 _condition
 
 _open
 
 _responses
 

Detailed Description

Definition at line 34 of file health.py.

Constructor & Destructor Documentation

◆ __init__()

def grpc_health.v1.health._Watcher.__init__ (   self)

Definition at line 36 of file health.py.

Member Function Documentation

◆ __iter__()

def grpc_health.v1.health._Watcher.__iter__ (   self)

Definition at line 41 of file health.py.

◆ __next__()

def grpc_health.v1.health._Watcher.__next__ (   self)

Definition at line 56 of file health.py.

◆ _next()

def grpc_health.v1.health._Watcher._next (   self)
private

Definition at line 44 of file health.py.

◆ add()

def grpc_health.v1.health._Watcher.add (   self,
  response 
)

Definition at line 59 of file health.py.

◆ close()

def grpc_health.v1.health._Watcher.close (   self)

Definition at line 64 of file health.py.

◆ next()

def grpc_health.v1.health._Watcher.next (   self)

Definition at line 53 of file health.py.

Member Data Documentation

◆ _condition

grpc_health.v1.health._Watcher._condition
private

Definition at line 37 of file health.py.

◆ _open

grpc_health.v1.health._Watcher._open
private

Definition at line 39 of file health.py.

◆ _responses

grpc_health.v1.health._Watcher._responses
private

Definition at line 38 of file health.py.


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


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