python-by-example-150-chall.../venv/lib/python3.6/site-packages/pandas/tests/io/msgpack/common.py
2019-08-04 15:26:35 +03:00

3 lines
86 B
Python

frombytes = lambda obj, data: obj.frombytes(data)
tobytes = lambda obj: obj.tobytes()