Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ Architecture
Class
Architecture
python-alpm/src/types/system.rs:194–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
fn try_from(arch: RawArchitecture) -> Result<Architecture, Self::Error> {
193
Ok(Architecture(arch.try_into()?))
194
}
195
}
196
197
#[pyclass(frozen, eq, ord, hash, from_py_object)]
Callers
1
try_from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected