Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
def
strip_indentation(multiline_string):
180
return
RGX_EXTRA_INDENT.sub(
''
, multiline_string)
181
182
183
def
decorate_fn_with_doc(new_fn, old_fn, additional_text=
""
):
Callers
1
decorate_fn_with_doc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected