Home | History | Annotate | Download | only in bsddb

Lines Matching defs:read

3 File-like objects that read from or write to a bsddb record.
13 buf = f.read() # read until EOF
14 buf = f.read(n) # read up to n bytes
68 def read(self, n = -1):
155 text = open(file, 'r').read()
172 line2 = f.read(len(line))
179 line2 = f.read()
182 print 'Read', len(list), 'more lines'