(self, *args: Any)
| 497 | return self.install() |
| 498 | |
| 499 | def __exit__(self, *args: Any) -> None: |
| 500 | distutils.ccompiler.CCompiler.compile = self._old.pop() # type: ignore[assignment] |
nothing calls this directly
no outgoing calls
no test coverage detected