Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ description
Method
description
python-alpm/src/types/relation.rs:363–365 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
361
362
#[getter]
363
fn description(&self) -> Option<String> {
364
self.0.description().as_deref().map(ToString::to_string)
365
}
366
367
fn __repr__(&self) -> String {
368
let mut optional_properties = String::new();
Callers
1
__repr__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected