Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dpickletools.py252 def read_int4(f): function
255 >>> read_int4(io.BytesIO(b'\xff\x00\x00\x00'))
257 >>> read_int4(io.BytesIO(b'\x00\x00\x00\x80')) == -(2**31)
269 reader=read_int4,
451 n = read_int4(f)
920 n = read_int4(f)

Completed in 3 milliseconds