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

Method foo

IPython/core/tests/test_interactiveshell.py:368–369  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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())])

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected