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

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dargparse.py90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dargparse.py90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dargparse.py90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dargparse.py90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,

Completed in 59 milliseconds