Searched refs:_INDENT (Results 1 – 3 of 3) 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)
121 indent = calltip._INDENT