Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ __str__
Method
__str__
python-alpm/src/srcinfo/source_info/v1/package.rs:327–329 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
325
}
326
327
fn __str__(&self) -> String {
328
self.0.name.to_string()
329
}
330
331
fn __repr__(&self) -> String {
332
format!(
"Package(name='{}')"
, self.0.name)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected