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

Method __str__

src/packagedcode/rpm.py:114–115  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

112 return super().__new__(EVR, epoch, version, release)
113
114 def __str__(self, *args, **kwargs):
115 return self.to_string()
116
117 def to_string(self):
118 if self.release:

Callers

nothing calls this directly

Calls 1

to_stringMethod · 0.95

Tested by

no test coverage detected