MCPcopy Create free account
hub / github.com/archlinux/alpm / vercmp

Method vercmp

python-alpm/src/types/version.rs:227–229  ·  view source on GitHub ↗
(&self, other: FullVersion)

Source from the content-addressed store, hash-verified

225 }
226
227 fn __str__(&self) -> String {
228 self.0.to_string()
229 }
230
231 pub fn __repr__(&self) -> String {
232 match self.0.epoch {

Calls

no outgoing calls