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

Method _indent

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

Source from the content-addressed store, hash-verified

207 # ===============================
208
209 def _indent(self):
210 self._current_indent += self._indent_increment
211 self._level += 1
212
213 def _dedent(self):
214 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