Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def _str_block_width(val): return sum(itermap(_char_block_width, itermap(ord, _re.sub("", val))))
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format