Public Member Functions | Public Attributes | Static Public Attributes | List of all members
commands.RunInterop Class Reference
Inheritance diagram for commands.RunInterop:
Inheritance graph
[legend]

Public Member Functions

def finalize_options (self)
 
def initialize_options (self)
 
def run (self)
 
def run_client (self)
 
def run_server (self)
 

Public Attributes

 args
 
 client
 
 server
 
 use_asyncio
 

Static Public Attributes

string description = 'run interop test client/server'
 
list user_options
 

Detailed Description

Definition at line 285 of file tests/commands.py.

Member Function Documentation

◆ finalize_options()

def commands.RunInterop.finalize_options (   self)

Definition at line 301 of file tests/commands.py.

◆ initialize_options()

def commands.RunInterop.initialize_options (   self)

Definition at line 295 of file tests/commands.py.

◆ run()

def commands.RunInterop.run (   self)

Definition at line 306 of file tests/commands.py.

◆ run_client()

def commands.RunInterop.run_client (   self)

Definition at line 331 of file tests/commands.py.

◆ run_server()

def commands.RunInterop.run_server (   self)

Definition at line 317 of file tests/commands.py.

Member Data Documentation

◆ args

commands.RunInterop.args

Definition at line 296 of file tests/commands.py.

◆ client

commands.RunInterop.client

Definition at line 297 of file tests/commands.py.

◆ description

string commands.RunInterop.description = 'run interop test client/server'
static

Definition at line 287 of file tests/commands.py.

◆ server

commands.RunInterop.server

Definition at line 298 of file tests/commands.py.

◆ use_asyncio

commands.RunInterop.use_asyncio

Definition at line 299 of file tests/commands.py.

◆ user_options

list commands.RunInterop.user_options
static
Initial value:
= [
('args=', None, 'pass-thru arguments for the client/server'),
('client', None, 'flag indicating to run the client'),
('server', None, 'flag indicating to run the server'),
('use-asyncio', None, 'flag indicating to run the asyncio stack')
]

Definition at line 288 of file tests/commands.py.


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


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