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