Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ A
Class
A
IPython/core/tests/test_oinspect.py:238–240 ·
view source on GitHub ↗
standard docstring
Source
from the content-addressed store, hash-verified
236
237
def
test_getdoc():
238
class
A(object):
239
""
"standard docstring"
""
240
pass
241
242
class
B(object):
243
""
"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