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

Class Source

python-alpm/src/types/source.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#[pyclass(frozen, eq, from_py_object)]
8#[derive(Clone, Debug, Eq, PartialEq)]
9pub struct Source(alpm_types::Source);
10
11#[pymethods]
12impl Source {

Calls

no outgoing calls