Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py750 def read_decimalnl_short(f): function
753 >>> read_decimalnl_short(io.BytesIO(b"1234\n56"))
756 >>> read_decimalnl_short(io.BytesIO(b"1234L\n56"))
792 reader=read_decimalnl_short,

Completed in 4 milliseconds