mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
3 lines
53 B
Python
3 lines
53 B
Python
def loads(s: str): ...
|
|
def dumps(obj, indent=0): ...
|