(
self, value: Any, start: int = ..., stop: int = ...
)
| 1662 | if typing.TYPE_CHECKING: |
| 1663 | # TODO: no idea how to do this without separate "stub" |
| 1664 | def index( |
| 1665 | self, value: Any, start: int = ..., stop: int = ... |
| 1666 | ) -> int: ... |
| 1667 | |
| 1668 | else: |
| 1669 |
no outgoing calls