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

Method description

src/packagedcode/pyrpm.py:547–549  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

545
546 @property
547 def description(self):
548 # the full description is often a long text
549 return self.get_entry_value(RPMTAG_DESCRIPTION)
550
551 @property
552 def distribution(self):

Callers

nothing calls this directly

Calls 1

get_entry_valueMethod · 0.95

Tested by

no test coverage detected