Classes | |
| class | FaultInjectGreeter |
Functions | |
| grpc.aio.Server | create_server (str addr, float failure_rate) |
| None | main () |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| float | _RANDOM_FAILURE_RATE = 0.3 |
| helloworld_pb2 | |
| helloworld_pb2_grpc | |
| level | |
| grpc.aio.Server asyncio_debug_server.create_server | ( | str | addr, |
| float | failure_rate | ||
| ) |
Definition at line 49 of file asyncio_debug_server.py.
| None asyncio_debug_server.main | ( | ) |
Definition at line 61 of file asyncio_debug_server.py.
|
private |
Definition at line 29 of file asyncio_debug_server.py.
|
private |
Definition at line 32 of file asyncio_debug_server.py.
| asyncio_debug_server.helloworld_pb2 |
Definition at line 23 of file asyncio_debug_server.py.
| asyncio_debug_server.helloworld_pb2_grpc |
Definition at line 23 of file asyncio_debug_server.py.
| asyncio_debug_server.level |
Definition at line 82 of file asyncio_debug_server.py.