MCPcopy 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
112def 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…