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

Method to_dict

src/packagedcode/alpine.py:1377–1384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1375 license_expression: str
1376
1377 def to_dict(self):
1378 return dict(
1379 declared_license=self.declared_license,
1380 cleaned_license=self.cleaned_license,
1381 mapped_license=self.mapped_license,
1382 license_detections=self.license_detections,
1383 license_expression=self.license_expression,
1384 )
1385
1386
1387def get_alpine_license_detection(declared):

Callers 4

parse_apkbuild_textFunction · 0.45
m_maintainer_handlerFunction · 0.45
D_dependencies_handlerFunction · 0.45
R_filename_handlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected