Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux/alpm
/ PackageOption
Class
PackageOption
python-alpm/src/types/env.rs:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
#[pyclass(frozen, eq, from_py_object)]
82
#[derive(Clone, Debug, Eq, PartialEq)]
83
pub struct PackageOption(alpm_types::PackageOption);
84
85
#[pymethods]
86
impl PackageOption {
Callers
1
from
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected