mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
8 lines
120 B
Python
8 lines
120 B
Python
from typing import Any
|
|
|
|
def next(iter) -> Any | StopIteration:
|
|
...
|
|
|
|
def _enable_instance_dict(obj) -> None:
|
|
...
|