(self)
| 26 | self.ignored = 0 |
| 27 | |
| 28 | def current_module_id(self) -> str: |
| 29 | assert self.module |
| 30 | return self.module |
| 31 | |
| 32 | def current_target(self) -> str: |
| 33 | """Return the current target (non-class; for a class return enclosing module).""" |
no outgoing calls
no test coverage detected