Searched refs:_INDENT (Results 1 – 5 of 5) sorted by relevance
46 _INDENT = 2 variable117 indent = ' ' * _INDENT177 lines.append('%spublic:' % (' ' * (_INDENT // 2)))217 global _INDENT219 _INDENT = int(os.environ['INDENT'])
149 _INDENT = ' '*4 # for wrapped signatures variable185 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
137 _INDENT = ' '*4 # for wrapped signatures variable199 lines = (textwrap.wrap(argspec, _MAX_COLS, subsequent_indent=_INDENT)
39 _INDENT = ' ' variable92 '\n'.join(matches), _INDENT
121 indent = calltip._INDENT