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

Method end_section

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

Source from the content-addressed store, hash-verified

265 self._current_section = section
266
267 def end_section(self):
268 self._current_section = self._current_section.parent
269 self._dedent()
270
271 def add_text(self, text):
272 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