Example #1
0
 def both(txt):
     return combine_ors(tokenize(txt))
Example #2
0
 def both(txt): return combine_ors(tokenize(txt))
 self.assertEqual(both('this OR that AND jelly'), ['this OR that', 'AND', 'jelly'])
Example #3
0
 def _combine_ors(l):
     return combine_ors(map(tagstr, l))
Example #4
0
 def _combine_ors(l):
     return combine_ors(map(tagstr, l))