Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ Architectures
Class
Architectures
python-alpm/src/types/system.rs:230–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
pub fn __repr__(&self) -> String {
229
format!(
"Architecture('{}')"
, self.0)
230
}
231
}
232
233
#[pyclass(frozen, eq, ord, hash, from_py_object)]
Callers
3
try_from
Method · 0.70
test_package_base_architectures_getter_setter
Function · 0.50
test_package_architectures_getter_setter
Function · 0.50
Calls
no outgoing calls
Tested by
2
test_package_base_architectures_getter_setter
Function · 0.40
test_package_architectures_getter_setter
Function · 0.40