mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-22 05:00:17 +00:00
3 lines
53 B
Python
3 lines
53 B
Python
def loads(s: str): ...
|
|
def dumps(obj, indent=0): ...
|