(self, req: pb.Envelope)
| 50 | # -- call wrappers ----------------------------------------------------- |
| 51 | |
| 52 | async def _unary(self, req: pb.Envelope) -> pb.Envelope: |
| 53 | return await self._t.call_unary(req) |
| 54 | |
| 55 | # -- pagination helpers ------------------------------------------------ |
| 56 |
no test coverage detected