MCPcopy Create free account
hub / github.com/ipython/ipython / strip_indentation

Function strip_indentation

IPython/core/debugger.py:179–180  ·  view source on GitHub ↗
(multiline_string)

Source from the content-addressed store, hash-verified

177
178
179def strip_indentation(multiline_string):
180 return RGX_EXTRA_INDENT.sub('', multiline_string)
181
182
183def decorate_fn_with_doc(new_fn, old_fn, additional_text=""):

Callers 1

decorate_fn_with_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected