Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ A
Class
A
tests/test_oinspect.py:272–275 ·
view source on GitHub ↗
standard docstring
Source
from the content-addressed store, hash-verified
270
271
def
test_getdoc():
272
class
A(object):
273
""
"standard docstring"
""
274
275
pass
276
277
class
B(object):
278
""
"standard docstring"
""
Callers
2
test_getdoc
Function · 0.70
test_property_docstring_is_in_info_for_detail_level_0
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_getdoc
Function · 0.56
test_property_docstring_is_in_info_for_detail_level_0
Function · 0.56