Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ getdoc
Method
getdoc
tests/test_oinspect.py:280–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
278
""
"standard docstring"
""
279
280
def
getdoc(self):
281
return
"custom docstring"
282
283
class
C(object):
284
""
"standard docstring"
""
Callers
5
arg_err
Method · 0.45
oinspect.py
File · 0.45
getdoc
Function · 0.45
alias
Method · 0.45
test_getdoc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected