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

Method __init__

IPython/testing/plugin/ipdoctest.py:75–76  ·  view source on GitHub ↗
(self,obj)

Source from the content-addressed store, hash-verified

73 """
74
75 def __init__(self,obj):
76 self.obj = obj
77
78 def __getattribute__(self,key):
79 if key == '__doc__':

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected