Searched refs:textwrap (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/kunit/
H A Drun_checks.py16 import textwrap namespace
69 print(textwrap.indent(output.decode(), '> '))
H A Dkunit_parser.py15 import textwrap namespace
514 formatted = textwrap.dedent('\n'.join(log))
/linux-master/tools/mm/
H A Dthpmaps21 import textwrap
497 paras = [textwrap.fill(p, width=docs_width) for p in paras]

Completed in 119 milliseconds