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

Class PackageRelease

python-alpm/src/types/version.rs:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152#[pymethods]
153impl PackageRelease {
154 #[new]
155 #[pyo3(signature = (major = 0, minor = None))]
156 fn new(major: usize, minor: Option<usize>) -> Self {
157 alpm_types::PackageRelease::new(major, minor).into()

Callers 1

full_versionFunction · 0.50

Calls

no outgoing calls

Tested by 1

full_versionFunction · 0.40