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

Class RelativeFilePath

python-alpm/src/types/path.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)]
9pub struct RelativeFilePath(alpm_types::RelativeFilePath);
10
11#[pymethods]
12impl RelativeFilePath {

Calls

no outgoing calls