HomeSort by: relevance | last modified time | path
    Searched refs:textwrap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/isctest/log/
basic.py 15 import textwrap namespace
85 return first + textwrap.indent(to_indent, " " * LOG_INDENT)
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch.py 22 import textwrap namespace
86 textwrap.indent("\n".join(comment[1:]), prefix=" "),
  /src/external/gpl3/gdb/dist/gdb/
gdbarch.py 22 import textwrap namespace
86 textwrap.indent("\n".join(comment[1:]), prefix=" "),
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 41 import textwrap namespace
564 "\n".join(textwrap.wrap(paragraph.strip(), break_on_hyphens=False))
1041 value = "%s\n%s" % (first_line, textwrap.dedent(remaining))
1520 "\n".join(textwrap.wrap(subject, break_on_hyphens=False)), first="- "
1600 (f.__name__, f) for f in (ucfirst, indent, textwrap, paragraph_wrap)
2087 stderr(paragraph_wrap(textwrap.dedent("""\

Completed in 52 milliseconds