MCPcopy Index your code
hub / github.com/python/cpython / _dedent

Method _dedent

Lib/argparse.py:216–219  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

214 self._level += 1
215
216 def _dedent(self):
217 self._current_indent -= self._indent_increment
218 assert self._current_indent >= 0, 'Indent decreased below 0.'
219 self._level -= 1
220
221 class _Section(object):
222

Callers 3

end_sectionMethod · 0.95
format_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected