(self)
| 530 | |
| 531 | @property |
| 532 | def module(self): |
| 533 | if isinstance(self._module, str): |
| 534 | return self._module |
| 535 | return self._module[0].split('.')[0] |
| 536 | |
| 537 | def __call__(self, *args, **kwargs): |
| 538 | raise RuntimeError() |
nothing calls this directly
no outgoing calls
no test coverage detected