(
cls,
options, # type: Namespace
)
| 187 | @classmethod |
| 188 | @contextmanager |
| 189 | def output( |
| 190 | cls, |
| 191 | options, # type: Namespace |
| 192 | ): |
| 193 | # type: (...) -> ContextManager[IO[str]] |
| 194 | pass |
| 195 | |
| 196 | @overload |
| 197 | @classmethod |
no test coverage detected