(self)
| 110 | self._write_sources() |
| 111 | |
| 112 | def __del__(self): |
| 113 | if not self.keep_output_dir: |
| 114 | shutil.rmtree(self.output_dir, ignore_errors=True) |
| 115 | |
| 116 | @property |
| 117 | def _is_cpp(self) -> bool: |
nothing calls this directly
no outgoing calls
no test coverage detected