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

Method dedent

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

Source from the content-addressed store, hash-verified

234 self.level += 1
235
236 def dedent(self):
237 self.current_indent -= self.indent_increment
238 assert self.current_indent >= 0, "Indent decreased below 0."
239 self.level -= 1
240
241 def format_usage(self, usage):
242 raise NotImplementedError("subclasses must implement")

Callers 15

store_option_stringsMethod · 0.95
_introdocFunction · 0.45
_scriptFunction · 0.45
_dedented_linesMethod · 0.45
format_frame_summaryMethod · 0.45
_find_keyword_typosMethod · 0.45
attachFunction · 0.45
format_helpMethod · 0.45
format_option_helpMethod · 0.45
make_nrcMethod · 0.45
test_pdb_issue4201Method · 0.45

Calls

no outgoing calls