Classes | Public Member Functions | Public Attributes | Private Member Functions | List of all members
framework.rpc.grpc.GrpcApp Class Reference
Inheritance diagram for framework.rpc.grpc.GrpcApp:
Inheritance graph
[legend]

Classes

class  NotFound
 

Public Member Functions

def __del__ (self)
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def __init__ (self, rpc_host)
 
def close (self)
 

Public Attributes

 channels
 
 rpc_host
 

Private Member Functions

grpc.Channel _make_channel (self, port)
 

Detailed Description

Definition at line 63 of file grpc.py.

Constructor & Destructor Documentation

◆ __init__()

def framework.rpc.grpc.GrpcApp.__init__ (   self,
  rpc_host 
)

Definition at line 73 of file grpc.py.

◆ __del__()

def framework.rpc.grpc.GrpcApp.__del__ (   self)

Definition at line 96 of file grpc.py.

Member Function Documentation

◆ __enter__()

def framework.rpc.grpc.GrpcApp.__enter__ (   self)

Definition at line 89 of file grpc.py.

◆ __exit__()

def framework.rpc.grpc.GrpcApp.__exit__ (   self,
  exc_type,
  exc_val,
  exc_tb 
)

Definition at line 92 of file grpc.py.

◆ _make_channel()

grpc.Channel framework.rpc.grpc.GrpcApp._make_channel (   self,
  port 
)
private

Definition at line 78 of file grpc.py.

◆ close()

def framework.rpc.grpc.GrpcApp.close (   self)

Definition at line 84 of file grpc.py.

Member Data Documentation

◆ channels

framework.rpc.grpc.GrpcApp.channels

Definition at line 76 of file grpc.py.

◆ rpc_host

framework.rpc.grpc.GrpcApp.rpc_host

Definition at line 74 of file grpc.py.


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


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