python-by-example-150-chall.../venv/lib/python3.6/site-packages/pandas/tests/io/msgpack/common.py

3 lines
86 B
Python
Raw Normal View History

2019-08-04 20:26:35 +08:00
frombytes = lambda obj, data: obj.frombytes(data)
tobytes = lambda obj: obj.tobytes()