(self)
| 5699 | return self._config.compile_config.deepcompile |
| 5700 | |
| 5701 | def is_deepcompile_active(self) -> bool: |
| 5702 | return getattr(self, "_deepcompile_active", False) |
| 5703 | |
| 5704 | @property |
| 5705 | def is_compiled(self) -> bool: |
no outgoing calls
no test coverage detected