Home | History | Annotate | Download | only in plat-mac

Lines Matching full:nbytes

328     nbytes = ord(c)
329 if nbytes == 0: return ''
330 s = f.read(nbytes)
331 if len(s) < nbytes: