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

Method end_section

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

Source from the content-addressed store, hash-verified

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