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

Method end_section

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

Source from the content-addressed store, hash-verified

246 self._current_section = section
247
248 def end_section(self):
249 self._current_section = self._current_section.parent
250 self._dedent()
251
252 def add_text(self, text):
253 if text is not SUPPRESS and text is not None:

Callers 1

format_helpMethod · 0.80

Calls 1

_dedentMethod · 0.95

Tested by

no test coverage detected