(x: _T, y: _T)
| 428 | def sorted(iterable: Iterable[_T]) -> list[_T]: ... |
| 429 | def exit() -> None: ... |
| 430 | def min(x: _T, y: _T) -> _T: ... |
| 431 | def max(x: _T, y: _T) -> _T: ... |
| 432 | def repr(o: object) -> str: ... |
| 433 | def ascii(o: object) -> str: ... |
no outgoing calls
no test coverage detected