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

Method __init__

IPython/core/tests/test_oinspect.py:108–109  ·  view source on GitHub ↗

This is the constructor docstring.

(self, x, y=1)

Source from the content-addressed store, hash-verified

106 """This is the class docstring."""
107
108 def __init__(self, x, y=1):
109 """This is the constructor docstring."""
110
111 def __call__(self, *a, **kw):
112 """This is the call docstring."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected