Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ form
Method
form
python-alpm/src/types/relation.rs:249–251 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
247
248
#[getter]
249
fn form(&self) -> SonameV1Type {
250
(&self.0).into()
251
}
252
253
fn __repr__(&self) -> String {
254
let mut optional_properties = String::new();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected