MCPcopy Index your code
hub / github.com/ipython/ipython / BadAttrSeries

Class BadAttrSeries

tests/test_guarded_eval.py:156–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 return "CUSTOM_ITEM"
155
156 class BadAttrSeries(pd.Series):
157 def __getattr__(self, key):
158 return "CUSTOM_ATTR"
159
160 bad_series = BadItemSeries([1], index=["a"])
161 context = limited(data=bad_series)

Callers 1

test_pandas_bad_seriesFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_pandas_bad_seriesFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…