Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ __str__
Method
__str__
python-alpm/src/srcinfo/schema.rs:41–43 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
39
}
40
41
fn __str__(&self) -> String {
42
self.0.to_string()
43
}
44
45
fn __repr__(&self) -> String {
46
format!(
"SourceInfoSchema({})"
, self.0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected