Searched refs:ExactCond (Results 1 – 2 of 2) sorted by relevance
201 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')})
73 class ExactCond(Cond): class692 if isinstance(a, ExactCond):694 if isinstance(b, ExactCond):