(self)
| 1631 | self.package_uid = build_package_uid(self.purl) |
| 1632 | |
| 1633 | def to_dict(self): |
| 1634 | return super().to_dict(with_details=False) |
| 1635 | |
| 1636 | def to_package_data(self): |
| 1637 | mapping = super().to_dict(with_details=True) |
no outgoing calls
no test coverage detected