MCPcopy Index your code
hub / github.com/python/cpython / __class__

Method __class__

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

Source from the content-addressed store, hash-verified

602
603 @property
604 def __class__(self):
605 if self._spec_class is None:
606 return type(self)
607 return self._spec_class
608
609 called = _delegating_property('called')
610 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