def can_split(symbol): if symbol not in ('unsplittable', 'names'): return _token_splittable(symbol) return False