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

Class Call

tests/test_oinspect.py:121–131  ·  view source on GitHub ↗

This is the class docstring.

Source from the content-addressed store, hash-verified

119
120
121class Call(object):
122 """This is the class docstring."""
123
124 def __init__(self, x, y=1):
125 """This is the constructor docstring."""
126
127 def __call__(self, *a, **kw):
128 """This is the call docstring."""
129
130 def method(self, x, z=2):
131 """Some method's docstring"""
132
133
134class HasSignature(object):

Callers 1

test_infoFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_infoFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…