Home | History | Annotate | Download | only in python2.7

Lines Matching refs:read_uint1

201 def read_uint1(f):
204 >>> read_uint1(StringIO.StringIO('\xff'))
216 reader=read_uint1,
400 n = read_uint1(f)
637 n = read_uint1(f)