Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ PackageVersion
Class
PackageVersion
python-alpm/src/types/version.rs:9–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
#[pyclass(frozen, eq, ord, from_py_object)]
8
#[derive(Clone, Debug, PartialEq, PartialOrd)]
9
pub struct PackageVersion(alpm_types::PackageVersion);
10
11
#[pymethods]
12
impl PackageVersion {
Callers
1
full_version
Function · 0.50
Calls
no outgoing calls
Tested by
1
full_version
Function · 0.40