(o: object)
| 393 | def sum(i: Iterable[_T], start: _T) -> _T: pass |
| 394 | def reversed(object: Sequence[_T]) -> Iterator[_T]: ... |
| 395 | def id(o: object) -> int: pass |
| 396 | # This type is obviously wrong but the test stubs don't have Sized anymore |
| 397 | def len(o: object) -> int: pass |
| 398 | def print(*args: object) -> None: pass |
no outgoing calls
no test coverage detected