MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _dedent

Method _dedent

tools/python-3.11.9-amd64/Lib/argparse.py:199–202  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

197 self._level += 1
198
199 def _dedent(self):
200 self._current_indent -= self._indent_increment
201 assert self._current_indent >= 0, 'Indent decreased below 0.'
202 self._level -= 1
203
204 class _Section(object):
205

Callers 3

end_sectionMethod · 0.95
format_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected