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

Method soname

python-alpm/src/types/relation.rs:152–154  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

150
151 #[getter]
152 fn soname(&self) -> Soname {
153 self.0.soname.clone().into()
154 }
155
156 fn __repr__(&self) -> String {
157 format!(

Callers 1

__repr__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected