Searched refs:subsequent_indent (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/ |
D | textwrap.py | 118 subsequent_indent="", argument 131 self.subsequent_indent = subsequent_indent 259 indent = self.subsequent_indent 278 indent = self.subsequent_indent
|
D | optparse.py | 271 subsequent_indent=indent)
|
D | argparse.py | 654 subsequent_indent=indent)
|
/third_party/python/Lib/test/ |
D | test_textwrap.py | 412 initial_indent=" ", subsequent_indent=" ") 545 wrap(self.text, 16, subsequent_indent=' ', 552 subsequent_indent=' ', 558 subsequent_indent=' ', 603 subsequent_indent = ' '*15) 760 initial_indent=" * ", subsequent_indent=" ")
|
/third_party/python/Lib/idlelib/ |
D | calltip.py | 185 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
|
/third_party/python/Lib/test/libregrtest/ |
D | utils.py | 60 initial_indent=blanks, subsequent_indent=blanks),
|
/third_party/python/Doc/library/ |
D | textwrap.rst | 21 subsequent_indent="", expand_tabs=True, \ 38 subsequent_indent="", expand_tabs=True, \ 225 .. attribute:: subsequent_indent
|
/third_party/mbedtls/tests/scripts/ |
D | check_names.py | 109 self.textwrapper.subsequent_indent = " "
|