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

Method _indent

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

Source from the content-addressed store, hash-verified

210 # ===============================
211
212 def _indent(self):
213 self._current_indent += self._indent_increment
214 self._level += 1
215
216 def _dedent(self):
217 self._current_indent -= self._indent_increment

Callers 3

start_sectionMethod · 0.95
format_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected