HomeSort by relevance Sort by last modified time
    Searched defs:wrap_text (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]
  /external/python/cpython2/Lib/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]
  /external/python/cpython3/Lib/distutils/
fancy_getopt.py 335 text = wrap_text(help, text_width)
375 def wrap_text(text, width): function
376 """wrap_text(text : string, width : int) -> [string]
456 print("\n".join(wrap_text(text, w)))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 363 text = wrap_text(help, text_width)
410 def wrap_text (text, width): function
411 """wrap_text(text : string, width : int) -> [string]

Completed in 243 milliseconds