Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ dedent
Function
dedent
site-packages/matplotlib/docstring.py:90–93 ·
view source on GitHub ↗
Dedent a docstring (if present)
(func)
Source
from the content-addressed store, hash-verified
88
89
90
def
dedent(func):
91
"Dedent a docstring (if present)"
92
func.__doc__ = func.__doc__ and cbook.dedent(func.__doc__)
93
return
func
94
95
96
def
copy(source):
Callers
15
dedent_interpd
Function · 0.70
copy_dedent
Function · 0.70
__init__
Method · 0.50
_evaluate_for_statement_string
Function · 0.50
Series
Class · 0.50
Resampler
Class · 0.50
DataFrame
Class · 0.50
_Window
Class · 0.50
Window
Class · 0.50
_Rolling_and_Expanding
Class · 0.50
Rolling
Class · 0.50
Expanding
Class · 0.50
Calls
no outgoing calls
Tested by
3
test_read_clipboard_infer_excel
Method · 0.40
test_tab_complete_ipython6_warning
Function · 0.40
test_deprecate_ok
Function · 0.40