Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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())])
Callers
4
test_ofind_property_with_error
Method · 0.70
test_ofind_multiple_attribute_lookups
Method · 0.70
test_ofind_slotted_attributes
Method · 0.70
test_ofind_prefers_property_to_instance_level_attribute
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_ofind_property_with_error
Method · 0.56
test_ofind_multiple_attribute_lookups
Method · 0.56
test_ofind_slotted_attributes
Method · 0.56
test_ofind_prefers_property_to_instance_level_attribute
Method · 0.56