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

Class GoodProperty

tests/test_guarded_eval.py:129–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 import pandas as pd
128
129 class GoodProperty(pd.Series):
130 pass
131
132 series = GoodProperty([1], index=["a"])
133 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…