(self)
| 125 | |
| 126 | @property |
| 127 | def cpu_power_path(self): |
| 128 | return self.get_ressource_path(self.module_name, self.config["cpu_power_path"]) |
| 129 | |
| 130 | def get_global_energy_mix_data(self) -> Dict: |
| 131 | """ |
nothing calls this directly
no test coverage detected