Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ B
Class
B
tests/test_oinspect.py:277–281 ·
view source on GitHub ↗
standard docstring
Source
from the content-addressed store, hash-verified
275
pass
276
277
class
B(object):
278
""
"standard docstring"
""
279
280
def
getdoc(self):
281
return
"custom docstring"
282
283
class
C(object):
284
""
"standard docstring"
""
Callers
1
test_getdoc
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_getdoc
Function · 0.56