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

Class Url

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

Source from the content-addressed store, hash-verified

10#[pyclass(frozen, eq, from_py_object)]
11#[derive(Clone, Debug, PartialEq)]
12pub struct Url(alpm_types::Url);
13
14#[pymethods]
15impl Url {

Calls

no outgoing calls

Tested by 3

test_override_with_urlFunction · 0.40