MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / __attrs_post_init__

Method __attrs_post_init__

src/packagedcode/models.py:429–431  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

427 )
428
429 def __attrs_post_init__(self, *args, **kwargs):
430 if not self.dependency_uid:
431 self.dependency_uid = build_package_uid(self.purl)
432
433 @classmethod
434 def from_dependent_package(

Callers

nothing calls this directly

Calls 1

build_package_uidFunction · 0.85

Tested by

no test coverage detected