Resource Extraction from a package https://setuptools.readthedocs.io/en/latest/pkg_resources.html#resource-extraction
(self)
| 90 | |
| 91 | @property |
| 92 | def cloud_emissions_path(self): |
| 93 | """ |
| 94 | Resource Extraction from a package |
| 95 | https://setuptools.readthedocs.io/en/latest/pkg_resources.html#resource-extraction |
| 96 | """ |
| 97 | return self.get_ressource_path( |
| 98 | self.module_name, self.config["cloud_emissions_path"] |
| 99 | ) |
| 100 | |
| 101 | @property |
| 102 | def carbon_intensity_per_source_path(self): |
nothing calls this directly
no test coverage detected