(self: Self, *, as_list: bool)
| 426 | |
| 427 | @overload |
| 428 | def output(self: Self, *, as_list: bool) -> SelectList: # type: ignore |
| 429 | ... |
| 430 | |
| 431 | @overload |
| 432 | def output(self: Self, *, as_json: bool) -> SelectJSON: # type: ignore |
no test coverage detected