MCPcopy Index your code
hub / github.com/RustPython/RustPython / _dedent

Method _dedent

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

Source from the content-addressed store, hash-verified

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

Callers 3

end_sectionMethod · 0.95
format_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected