| 89 | ) from exc |
| 90 | if item is _STREAM_END: |
| 91 | return |
| 92 | if isinstance(item, BaseException): |
| 93 | raise item |
| 94 | assert isinstance(item, pb.Envelope) |
| 95 | if item.kind == pb.Envelope.KIND_EVENT: |
| 96 | arm = item.WhichOneof("payload") |
| 97 | if arm == "ask_event": |
nothing calls this directly
no outgoing calls
no test coverage detected