HomeSort by relevance Sort by last modified time
    Searched full:_textwrap (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 90 import textwrap as _textwrap namespace
616 return _textwrap.wrap(text, width)
620 return _textwrap.fill(text, width, initial_indent=indent,
    [all...]

Completed in 455 milliseconds