Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py709 def read_unicodestring8(f): function
717 >>> t = read_unicodestring8(io.BytesIO(n + enc + b'junk'))
721 >>> read_unicodestring8(io.BytesIO(n + enc[:-1]))
740 reader=read_unicodestring8,

Completed in 4 milliseconds