(self, arg: Markable)
| 422 | class _XfailMarkDecorator(MarkDecorator): |
| 423 | @overload # type: ignore[override,misc] |
| 424 | def __call__(self, arg: Markable) -> Markable: |
| 425 | ... |
| 426 | |
| 427 | @overload |
| 428 | def __call__( |
nothing calls this directly
no outgoing calls
no test coverage detected