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

Method __str__

python-alpm/src/srcinfo/source_info/v1/mod.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57 }
58
59 fn __str__(&self) -> String {
60 self.as_srcinfo()
61 }
62
63 fn __repr__(&self) -> String {
64 format!("SourceInfoV1(srcinfo={})", self.as_srcinfo())

Callers

nothing calls this directly

Calls 1

as_srcinfoMethod · 0.45

Tested by

no test coverage detected