(self)
| 3400 | self._function.request_advanced_analysis_data() |
| 3401 | |
| 3402 | def __del__(self): |
| 3403 | if self._function is not None: |
| 3404 | self._function.release_advanced_analysis_data() |
| 3405 | |
| 3406 | @property |
| 3407 | def function(self) -> Optional['Function']: |
nothing calls this directly
no test coverage detected