(
self,
names: "Literal['pytest_collectreport']",
)
| 317 | |
| 318 | @overload |
| 319 | def getreports( |
| 320 | self, |
| 321 | names: "Literal['pytest_collectreport']", |
| 322 | ) -> Sequence[CollectReport]: |
| 323 | ... |
| 324 | |
| 325 | @overload |
| 326 | def getreports( |
no test coverage detected