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

Method __attrs_post_init__

src/packagedcode/godeps.py:132–134  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

130 dependencies = datautils.List(item_type=Dep)
131
132 def __attrs_post_init__(self, *args, **kwargs):
133 if self.location:
134 self.load(self.location)
135
136 def load(self, location):
137 """

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected