Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py204 conditions={'e': dbtables.PrefixCond('Fuzzy')})
249 'd': dbtables.PrefixCond('-')
297 conditions={'e': dbtables.PrefixCond('the l')})
312 'a':dbtables.PrefixCond('is'),
314 'c':dbtables.PrefixCond('is for'),
331 self.tdb.Delete(tabname, conditions={'x': dbtables.PrefixCond('X')})
333 conditions={'x': dbtables.PrefixCond('X')})
/external/python/cpython2/Lib/bsddb/
Ddbtables.py80 class PrefixCond(Cond): class
685 if isinstance(a, PrefixCond) and isinstance(b, PrefixCond):
696 if isinstance(a, PrefixCond):
698 if isinstance(b, PrefixCond):