Lines Matching full:shorten
13 from textwrap import TextWrapper, wrap, fill, dedent, indent, shorten
926 result = shorten(text, width, **kwargs)
972 shorten("x" * 20, width=8, placeholder="(......)")
974 shorten("x" * 20, width=8, placeholder="(.......)")