pocketpy/include/typings/__builtins.pyi
2024-04-24 22:06:02 +08:00

8 lines
120 B
Python

from typing import Any
def next(iter) -> Any | StopIteration:
...
def _enable_instance_dict(obj) -> None:
...