MCPcopy Create free account
hub / github.com/aboutcode-org/vulnerablecode / __str__

Method __str__

vulnerabilities/rpm_utils.py:42–43  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

40 return super().__new__(EVR, epoch, version, release)
41
42 def __str__(self, *args, **kwargs):
43 return self.to_string()
44
45 def to_string(self):
46 if self.release:

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.95

Tested by

no test coverage detected