MCPcopy 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

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…