(
self,
names: Literal["pytest_collectreport"],
)
| 323 | |
| 324 | @overload |
| 325 | def getreports( |
| 326 | self, |
| 327 | names: Literal["pytest_collectreport"], |
| 328 | ) -> Sequence[CollectReport]: ... |
| 329 | |
| 330 | @overload |
| 331 | def getreports( |
no test coverage detected