A flow that is neither HTTP nor TCP.
| 197 | |
| 198 | |
| 199 | class DummyFlow(flow.Flow): |
| 200 | """A flow that is neither HTTP nor TCP.""" |
| 201 | |
| 202 | |
| 203 | def tdummyflow(client_conn=True, server_conn=True, err=None) -> DummyFlow: |
no outgoing calls
no test coverage detected
searching dependent graphs…