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

Method __init__

IPython/utils/tests/test_wildcard.py:132–134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 def test_dict_dir(self):
131 class A(object):
132 def __init__(self):
133 self.a = 1
134 self.b = 2
135 def __getattribute__(self, name):
136 if name=="a":
137 raise AttributeError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected