MCPcopy Create free account
hub / github.com/ipython/ipython / __call__

Method __call__

IPython/core/tests/test_oinspect.py:111–112  ·  view source on GitHub ↗

This is the call docstring.

(self, *a, **kw)

Source from the content-addressed store, hash-verified

109 """This is the constructor docstring."""
110
111 def __call__(self, *a, **kw):
112 """This is the call docstring."""
113
114 def method(self, x, z=2):
115 """Some method's docstring"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected