Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ E
Class
E
Lib/test/test_class.py:590–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
588
self.fail(
"attribute error for A().a got masked: %s"
% x)
589
590
class
E:
591
__eq__ = property(booh)
592
E() == E()
# In debug mode, caused a C-level assert() to fail
593
594
class
I:
Callers
2
testForExceptionsRaisedInInstanceGetattr2
Method · 0.70
testConstructorErrorMessages
Method · 0.70
Calls
1
property
Class · 0.85
Tested by
2
testForExceptionsRaisedInInstanceGetattr2
Method · 0.56
testConstructorErrorMessages
Method · 0.56