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

Class OptionalDependency

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

Source from the content-addressed store, hash-verified

334#[pyclass(frozen, eq, from_py_object)]
335#[derive(Clone, Debug, Eq, PartialEq)]
336pub struct OptionalDependency(alpm_types::OptionalDependency);
337
338#[pymethods]
339impl OptionalDependency {

Calls

no outgoing calls