(self)
| 5552 | return self._config.compile_config.deepcompile |
| 5553 | |
| 5554 | def is_deepcompile_active(self) -> bool: |
| 5555 | return getattr(self, "_deepcompile_active", False) |
| 5556 | |
| 5557 | @property |
| 5558 | def is_compiled(self) -> bool: |
no outgoing calls
no test coverage detected