Classes | |
class | Greeter |
Functions | |
def | create_server (server_address) |
def | get_free_loopback_tcp_port () |
def | main () |
def | process (stub, wait_for_ready=None) |
Variables | |
_LOGGER = logging.getLogger(__name__) | |
helloworld_pb2 | |
helloworld_pb2_grpc | |
level | |
def wait_for_ready_example.create_server | ( | server_address | ) |
Definition at line 49 of file wait_for_ready_example.py.
def wait_for_ready_example.get_free_loopback_tcp_port | ( | ) |
Definition at line 32 of file wait_for_ready_example.py.
def wait_for_ready_example.main | ( | ) |
Definition at line 72 of file wait_for_ready_example.py.
def wait_for_ready_example.process | ( | stub, | |
wait_for_ready = None |
|||
) |
Definition at line 57 of file wait_for_ready_example.py.
|
private |
Definition at line 27 of file wait_for_ready_example.py.
wait_for_ready_example.helloworld_pb2 |
Definition at line 24 of file wait_for_ready_example.py.
wait_for_ready_example.helloworld_pb2_grpc |
Definition at line 24 of file wait_for_ready_example.py.
wait_for_ready_example.level |
Definition at line 112 of file wait_for_ready_example.py.