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

Method __init__

IPython/core/tests/test_oinspect.py:121–122  ·  view source on GitHub ↗

This is the init docstring

(self, *args)

Source from the content-addressed store, hash-verified

119 __signature__ = Signature([Parameter('test', Parameter.POSITIONAL_OR_KEYWORD)])
120
121 def __init__(self, *args):
122 """This is the init docstring"""
123
124
125class SimpleClass(object):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected