(self)
| 965 | _test_passthrough_attr(tresp(), "headers") |
| 966 | |
| 967 | def test_trailers(self): |
| 968 | _test_passthrough_attr(tresp(), "trailers") |
| 969 | |
| 970 | def test_timestamp_start(self): |
| 971 | _test_passthrough_attr(tresp(), "timestamp_start") |
nothing calls this directly
no test coverage detected