MCPcopy 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
125class SimpleClass(object):
126 def method(self, x, z=2):
127 """Some method's docstring"""
128
129
130class Awkward(object):

Callers 1

test_calldef_noneFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_calldef_noneFunction · 0.68