(self, licenses_data_dir=licenses_data_dir)
| 408 | return SPDX_LICENSE_URL.format(spdx_license_key) |
| 409 | |
| 410 | def license_file(self, licenses_data_dir=licenses_data_dir): |
| 411 | return join(licenses_data_dir, f'{self.key}.LICENSE') |
| 412 | |
| 413 | def update(self, mapping): |
| 414 | for k, v in mapping.items(): |
no outgoing calls