Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py438 def read_string4(f): function
441 >>> read_string4(io.BytesIO(b"\x00\x00\x00\x00abc"))
443 >>> read_string4(io.BytesIO(b"\x03\x00\x00\x00abcdef"))
445 >>> read_string4(io.BytesIO(b"\x00\x00\x00\x03abcdef"))
463 reader=read_string4,

Completed in 4 milliseconds