Searched defs:read_bytes8 (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Lib/
H A Dpickletools.py563 def read_bytes8(f): function
566 >>> read_bytes8(io.BytesIO(b"\x00\x00\x00\x00\x00\x00\x00\x00abc"))
568 >>> read_bytes8(io.BytesIO(b"\x03\x00\x00\x00\x00\x00\x00\x00abcdef"))
571 >>> read_bytes8(io.BytesIO(bigsize8 + b"abcdef")) #doctest: +ELLIPSIS
590 reader=read_bytes8,

Completed in 84 milliseconds