Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py273 def read_uint4(f): function
276 >>> read_uint4(io.BytesIO(b'\xff\x00\x00\x00'))
278 >>> read_uint4(io.BytesIO(b'\x00\x00\x00\x80')) == 2**31
290 reader=read_uint4,
513 n = read_uint4(f)
686 n = read_uint4(f)

Completed in 3 milliseconds