Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
153
impl 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_version
Function · 0.50
Calls
no outgoing calls
Tested by
1
full_version
Function · 0.40