MCPcopy Index your code
hub / github.com/ipython/ipython / SimpleClass

Class SimpleClass

tests/test_oinspect.py:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143class SimpleClass(object):
144 def method(self, x, z=2):
145 """Some method's docstring"""
146
147
148class Awkward(object):

Callers 1

test_calldef_noneFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_calldef_noneFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…