Searched refs:_textwrap (Results 1 – 1 of 1) sorted by relevance
90 import textwrap as _textwrap namespace618 return _textwrap.wrap(text, width)622 return _textwrap.fill(text, width, initial_indent=indent,