Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py231 def read_uint2(f): function
234 >>> read_uint2(io.BytesIO(b'\xff\x00'))
236 >>> read_uint2(io.BytesIO(b'\xff\xff'))
248 reader=read_uint2,

Completed in 3 milliseconds