Searched refs:read_uint2 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | pickletools.py | 231 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 4 milliseconds