(x: object, t: object)
| 397 | def len(o: object) -> int: pass |
| 398 | def print(*args: object) -> None: pass |
| 399 | def isinstance(x: object, t: object) -> bool: pass |
| 400 | def iter(i: Iterable[_T]) -> Iterator[_T]: pass |
| 401 | @overload |
| 402 | def next(i: Iterator[_T]) -> _T: pass |
no outgoing calls
searching dependent graphs…