MCPcopy Create free account
hub / github.com/archlinux/alpm / SonameV1

Class SonameV1

python-alpm/src/types/relation.rs:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193#[pyclass(frozen, eq, from_py_object)]
194#[derive(Clone, Debug, PartialEq)]
195pub struct SonameV1(alpm_types::SonameV1);
196
197#[pymethods]
198impl SonameV1 {

Calls

no outgoing calls