Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ Custom
Class
Custom
tests/test_guarded_eval.py:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
""
"
75
76
class
Custom:
77
def
__init__(self):
78
self.test = 1
79
80
def
__getattr__(self, key):
81
return
key
82
83
with
module_not_installed(
"pandas"
):
84
context = limited(x=Custom())
Callers
1
test_external_not_installed
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_external_not_installed
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…