def ts_blank(self): return TermString('')
def ts(self): return TermString('foo')
def ts(self): return TermString("foo")