MCPcopy Index your code
hub / github.com/RustPython/RustPython / __class__

Method __class__

Lib/unittest/mock.py:603–606  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

601
602 @property
603 def __class__(self):
604 if self._spec_class is None:
605 return type(self)
606 return self._spec_class
607
608 called = _delegating_property('called')
609 call_count = _delegating_property('call_count')

Callers 15

copyMethod · 0.45
intersectionMethod · 0.45
unionMethod · 0.45
dupMethod · 0.45
__or__Method · 0.45
__and__Method · 0.45
__xor__Method · 0.45
__invert__Method · 0.45
__add__Method · 0.45
__sub__Method · 0.45
address_excludeMethod · 0.45
subnetsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected