MCPcopy
hub / github.com/tanelpoder/0xtools / _indent

Method _indent

lib/0xtools/argparse.py:208–210  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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