def GetTagSelection(self): return _r(self.GetListBox().GetTag().GetStringSelection())
def _var_to_english(match): return _r(match.group("var")) + match.group("attr")
def to_english(x): _x = _r(ensure_unicode(x)) if x != _x: return _x return RE_EXPR.sub(_expr_to_english, x)
def _var_to_english(match): return _r(match.group('var')) + match.group('attr')