Searched refs:read_bytes1 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | pickletools.py | 472 def read_bytes1(f): function 475 >>> read_bytes1(io.BytesIO(b"\x00")) 477 >>> read_bytes1(io.BytesIO(b"\x03abcdef")) 492 reader=read_bytes1, |
Completed in 3 milliseconds