Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/
Ddbtables.py124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each variable
139 return table + _rowid + rowid + _rowid
142 return table + _rowid
151 s.find(_rowid) >= 0):