Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
9
pub struct Source(alpm_types::Source);
10
11
#[pymethods]
12
impl Source {
Callers
2
test_package_base_sources_getter_setter
Function · 0.50
test_package_base_architecture_sources_getter_setter
Function · 0.50
Calls
no outgoing calls
Tested by
2
test_package_base_sources_getter_setter
Function · 0.40
test_package_base_architecture_sources_getter_setter
Function · 0.40