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

Method indent

Lib/optparse.py:234–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232 self._long_opt_fmt = "%s" + delim + "%s"
233
234 def indent(self):
235 self.current_indent += self.indent_increment
236 self.level += 1
237
238 def dedent(self):
239 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