Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ SimpleClass
Class
SimpleClass
IPython/core/tests/test_oinspect.py:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
124
125
class
SimpleClass(object):
126
def
method(self, x, z=2):
127
""
"Some method's docstring"
""
128
129
130
class
Awkward(object):
Callers
1
test_calldef_none
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_calldef_none
Function · 0.68