Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_accepts_non_overriden_properties
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_accepts_non_overriden_properties
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…