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

Class A

IPython/core/tests/test_interactiveshell.py:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364
365 def test_ofind_property_with_error(self):
366 class A(object):
367 @property
368 def foo(self):
369 raise NotImplementedError()
370 a = A()
371
372 found = ip._ofind('a.foo', [('locals', locals())])

Calls

no outgoing calls