(self)
| 581 | return self.target_module |
| 582 | |
| 583 | def current_module(self) -> str | None: |
| 584 | return self.target_module |
| 585 | |
| 586 | def import_context(self) -> list[tuple[str, int]]: |
| 587 | """Return a copy of the import context.""" |
no outgoing calls
no test coverage detected