Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_textwrap

90 import textwrap as _textwrap
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,