Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ getdoc
Method
getdoc
IPython/core/tests/test_oinspect.py:244–245 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
242
class
B(object):
243
""
"standard docstring"
""
244
def
getdoc(self):
245
return
"custom docstring"
246
247
class
C(object):
248
""
"standard docstring"
""
Callers
5
arg_err
Method · 0.45
oinspect.py
File · 0.45
getdoc
Function · 0.45
test_getdoc
Function · 0.45
alias
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected