Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ BadProperty
Class
BadProperty
tests/test_guarded_eval.py:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
112
def
test_rejects_custom_properties():
113
class
BadProperty:
114
@property
115
def
iloc(self):
116
return
[None]
117
118
series = BadProperty()
119
context = limited(data=series)
Callers
1
test_rejects_custom_properties
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_rejects_custom_properties
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…