MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / indent

Method indent

tools/python-3.11.9-amd64/Lib/optparse.py:246–248  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

244 self._long_opt_fmt = "%s" + delim + "%s"
245
246 def indent(self):
247 self.current_indent += self.indent_increment
248 self.level += 1
249
250 def dedent(self):
251 self.current_indent -= self.indent_increment

Callers 3

store_option_stringsMethod · 0.95
format_helpMethod · 0.45
format_option_helpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected