Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ epoch
Method
epoch
python-alpm/src/types/version.rs:223–225 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
221
}
222
223
pub fn vercmp(&self, other: FullVersion) -> i8 {
224
self.0.vercmp(&other.0)
225
}
226
227
fn __str__(&self) -> String {
228
self.0.to_string()
Callers
1
__repr__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected