Return CPU details without computing them.
(self)
| 852 | return cpu_details |
| 853 | |
| 854 | def get_static_cpu_details(self) -> Dict: |
| 855 | """ |
| 856 | Return CPU details without computing them. |
| 857 | """ |
| 858 | return self._cpu_details |
| 859 | |
| 860 | def start(self) -> None: |
| 861 | """ |
no outgoing calls
no test coverage detected