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

Method __attrs_post_init__

src/licensedcode/models.py:2268–2269  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

2266 """
2267
2268 def __attrs_post_init__(self, *args, **kwargs):
2269 self.setup()
2270
2271 @classmethod
2272 def from_file(cls, rule_file, is_builtin=True):

Callers

nothing calls this directly

Calls 1

setupMethod · 0.45

Tested by

no test coverage detected