Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
12
pub struct Url(alpm_types::Url);
13
14
#[pymethods]
15
impl Url {
Callers
3
test_package_base_url_getter_setter
Function · 0.50
test_package_url_getter_setter
Function · 0.50
test_override_with_url
Function · 0.50
Calls
no outgoing calls
Tested by
3
test_package_base_url_getter_setter
Function · 0.40
test_package_url_getter_setter
Function · 0.40
test_override_with_url
Function · 0.40