pocketpy/include/typings/msgpack.pyi
2025-11-11 16:09:33 +08:00

3 lines
64 B
Python

def loads(__b: bytes): ...
def dumps(__o: object) -> bytes: ...