Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ PackageBase
Class
PackageBase
python-alpm/src/srcinfo/source_info/v1/package_base.rs:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#[pyclass(eq, from_py_object)]
33
#[derive(Clone, Debug, PartialEq)]
34
pub struct PackageBase(alpm_srcinfo::source_info::v1::package_base::PackageBase);
35
36
#[pymethods]
37
impl PackageBase {
Callers
15
test_package_base_init_valid
Function · 0.90
test_package_base_init_invalid_name
Function · 0.90
test_package_base_name_getter_setter
Function · 0.90
test_package_base_name_setter_invalid
Function · 0.90
test_package_base_version_getter_setter
Function · 0.90
test_package_base_description_getter_setter
Function · 0.90
test_package_base_url_getter_setter
Function · 0.90
test_package_base_changelog_getter_setter
Function · 0.90
test_package_base_licenses_getter_setter
Function · 0.90
test_package_base_install_getter_setter
Function · 0.90
test_package_base_groups_getter_setter
Function · 0.90
test_package_base_options_getter_setter
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_package_base_init_valid
Function · 0.72
test_package_base_init_invalid_name
Function · 0.72
test_package_base_name_getter_setter
Function · 0.72
test_package_base_name_setter_invalid
Function · 0.72
test_package_base_version_getter_setter
Function · 0.72
test_package_base_description_getter_setter
Function · 0.72
test_package_base_url_getter_setter
Function · 0.72
test_package_base_changelog_getter_setter
Function · 0.72
test_package_base_licenses_getter_setter
Function · 0.72
test_package_base_install_getter_setter
Function · 0.72
test_package_base_groups_getter_setter
Function · 0.72
test_package_base_options_getter_setter
Function · 0.72