Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __class__
Method
__class__
Lib/test/test_xml_etree.py:2767–2769 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2765
class
X:
2766
@property
2767
def
__class__(self):
2768
L[:] = [ET.Element(
'baz'
)]
2769
return
ET.Element
2770
L = [X()]
2771
e = ET.Element(
'foo'
)
2772
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