(self)
| 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): |
nothing calls this directly
no test coverage detected