MCPcopy 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