Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py201 self.tdb.Delete(tabname, conditions={'b': dbtables.ExactCond('good')})
247 conditions={'e': dbtables.ExactCond('E'),
248 'a': dbtables.ExactCond('A'),
313 'd':dbtables.ExactCond('is for dog'),
357 conditions={'Access': dbtables.ExactCond('0')},
379 conditions={'Type': dbtables.ExactCond('Unknown')})
387 conditions={'Name': dbtables.ExactCond('Nifty.MP3')})
/external/python/cpython2/Lib/bsddb/
Ddbtables.py73 class ExactCond(Cond): class
692 if isinstance(a, ExactCond):
694 if isinstance(b, ExactCond):