(self)
| 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') |
no outgoing calls
no test coverage detected