H A D | spdx.py | 192 comment = _String() variable in SPDXAnnotation 203 comment = _String() variable in SPDXRelationship 265 comment = _String() variable in SPDXCreationInfo 277 comment = _String() variable in SPDXExtractedLicensingInfo 322 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument 339 if comment is not None: 340 r.comment = comment
|