Classes | Functions | Variables
_multiprocessing_example_test Namespace Reference

Classes

class  MultiprocessingExampleTest
 

Functions

def _get_server_address (server_stream)
 
def is_prime (n)
 

Variables

 _BINARY_DIR
 
 _CLIENT_PATH = os.path.join(_BINARY_DIR, 'client')
 
 _SERVER_PATH = os.path.join(_BINARY_DIR, 'server')
 
 verbosity
 

Function Documentation

◆ _get_server_address()

def _multiprocessing_example_test._get_server_address (   server_stream)
private

Definition at line 39 of file _multiprocessing_example_test.py.

◆ is_prime()

def _multiprocessing_example_test.is_prime (   n)

Definition at line 31 of file _multiprocessing_example_test.py.

Variable Documentation

◆ _BINARY_DIR

_multiprocessing_example_test._BINARY_DIR
private
Initial value:
1 = os.path.realpath(
2  os.path.join(os.path.dirname(os.path.abspath(__file__)), '..'))

Definition at line 25 of file _multiprocessing_example_test.py.

◆ _CLIENT_PATH

_multiprocessing_example_test._CLIENT_PATH = os.path.join(_BINARY_DIR, 'client')
private

Definition at line 28 of file _multiprocessing_example_test.py.

◆ _SERVER_PATH

_multiprocessing_example_test._SERVER_PATH = os.path.join(_BINARY_DIR, 'server')
private

Definition at line 27 of file _multiprocessing_example_test.py.

◆ verbosity

_multiprocessing_example_test.verbosity

Definition at line 74 of file _multiprocessing_example_test.py.



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