Home
last modified time | relevance | path

Searched refs:_rowid_str_len (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/bsddb/
Ddbtables.py126 _rowid_str_len = 8 # length in bytes of the unique rowid strings variable
461 for x in xrange(_rowid_str_len):
463 newid = struct.pack('B'*_rowid_str_len, *blist)
733 rowid = key[-_rowid_str_len:]