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

Method __str__

python-alpm/src/srcinfo/source_info/v1/package_base.rs:351–353  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

349 }
350
351 fn __str__(&self) -> String {
352 self.0.name.to_string()
353 }
354
355 fn __repr__(&self) -> String {
356 format!(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected