Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __class__
Method
__class__
Lib/test/test_xml_etree.py:2812–2814 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2810
class
X:
2811
@property
2812
def
__class__(self):
2813
L[:] = [ET.Element(
'baz'
)]
2814
return
ET.Element
2815
L = [X()]
2816
e = ET.Element(
'foo'
)
2817
try
:
Callers
15
__mul__
Method · 0.45
__rmul__
Method · 0.45
__truediv__
Method · 0.45
__rtruediv__
Method · 0.45
__mod__
Method · 0.45
__rmod__
Method · 0.45
__pow__
Method · 0.45
__rpow__
Method · 0.45
__mul__
Method · 0.45
__rmul__
Method · 0.45
__truediv__
Method · 0.45
__rtruediv__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected