Home
last modified time | relevance | path

Searched refs:_textwrap (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
Dargparse.py90 import textwrap as _textwrap namespace
618 return _textwrap.wrap(text, width)
622 return _textwrap.fill(text, width, initial_indent=indent,