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