HomeSort by relevance Sort by last modified time
    Searched refs:recno (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_recno.py 1 """TestCases for exercising a Recno DB.
43 recno = d.append(x * 60)
44 self.assertIsInstance(recno, int)
45 self.assertGreaterEqual(recno, 1)
47 print recno,
55 for recno in range(1, len(d)+1):
56 data = d[recno]
61 self.assertEqual(data, d.get(recno))
169 # put a record beyond the consecutive end of the recno's
206 A Recno file that is given a "backing source file" is essentially
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 359 def set_recno(self, recno, flags=0):
360 rec = self.dbc.set_recno(recno, flags)

Completed in 5205 milliseconds