MCPcopy 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)]

Calls

no outgoing calls