|
| TypeAlias | Handler = Callable[[Any, grpc.aio.ServicerContext], Any] |
| |
| TypeAlias | MockDecorator = Callable[[Handler], testsuite.utils.callinfo.AsyncCallQueue] |
| |
| TypeAlias | AsyncExcAppend = Callable[[Exception], None] |
| |
| | Servicer = TypeVar('Servicer') |
| |
◆ AsyncExcAppend
| TypeAlias pytest_userver.grpc.AsyncExcAppend = Callable[[Exception], None] |
◆ Handler
| TypeAlias pytest_userver.grpc.Handler = Callable[[Any, grpc.aio.ServicerContext], Any] |
◆ MockDecorator
| TypeAlias pytest_userver.grpc.MockDecorator = Callable[[Handler], testsuite.utils.callinfo.AsyncCallQueue] |
◆ Servicer
| pytest_userver.grpc.Servicer = TypeVar('Servicer') |