Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ I
Class
I
Lib/test/test_class.py:594–595 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
E() == E()
# In debug mode, caused a C-level assert() to fail
593
594
class
I:
595
__init__ = property(booh)
596
try
:
597
# In debug mode, printed XXX undetected error and
598
# raises AttributeError
Callers
1
testForExceptionsRaisedInInstanceGetattr2
Method · 0.70
Calls
1
property
Class · 0.85
Tested by
1
testForExceptionsRaisedInInstanceGetattr2
Method · 0.56