Return a license_expression.Licensing objet built from the all the licenses.
()
| 481 | |
| 482 | |
| 483 | def get_licensing(): |
| 484 | """ |
| 485 | Return a license_expression.Licensing objet built from the all the licenses. |
| 486 | """ |
| 487 | return get_cache().licensing |
| 488 | |
| 489 | |
| 490 | def get_unknown_spdx_symbol(): |
no test coverage detected