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

Class SourceInfoSchema

python-alpm/src/srcinfo/schema.rs:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#[pyclass(frozen, eq, from_py_object)]
9#[derive(Clone, Debug, PartialEq)]
10pub struct SourceInfoSchema(alpm_srcinfo::SourceInfoSchema);
11
12#[pymethods]
13impl SourceInfoSchema {

Callers 6

test_creationFunction · 0.50
test_invalid_versionFunction · 0.50
test_str_reprFunction · 0.50
test_version_consistencyFunction · 0.50
test_equalityFunction · 0.50

Calls

no outgoing calls

Tested by 6

test_creationFunction · 0.40
test_invalid_versionFunction · 0.40
test_str_reprFunction · 0.40
test_version_consistencyFunction · 0.40
test_equalityFunction · 0.40