MCPcopy 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