Searched refs:read_string1 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | pickletools.py | 409 def read_string1(f): function 412 >>> read_string1(io.BytesIO(b"\x00")) 414 >>> read_string1(io.BytesIO(b"\x03abcdef")) 429 reader=read_string1, |
Completed in 4 milliseconds