Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py534 def read_bytes8(f): function
537 >>> read_bytes8(io.BytesIO(b"\x00\x00\x00\x00\x00\x00\x00\x00abc"))
539 >>> read_bytes8(io.BytesIO(b"\x03\x00\x00\x00\x00\x00\x00\x00abcdef"))
542 >>> read_bytes8(io.BytesIO(bigsize8 + b"abcdef")) #doctest: +ELLIPSIS
561 reader=read_bytes8,

Completed in 3 milliseconds