MCPcopy 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)]
9pub struct PackageVersion(alpm_types::PackageVersion);
10
11#[pymethods]
12impl PackageVersion {

Callers 1

full_versionFunction · 0.50

Calls

no outgoing calls

Tested by 1

full_versionFunction · 0.40