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

Method indent

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

Source from the content-addressed store, hash-verified

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