|
|
@ -101,7 +101,7 @@ pub fn query_results_to_python(py: Python<'_>, results: QueryResults) -> PyObjec |
|
|
|
/// >>> s, p, o = solution
|
|
|
|
/// >>> s, p, o = solution
|
|
|
|
/// >>> s
|
|
|
|
/// >>> s
|
|
|
|
/// <NamedNode value=http://example.com>
|
|
|
|
/// <NamedNode value=http://example.com>
|
|
|
|
#[pyclass(frozen, unsendable, name = "QuerySolution", module = "pyoxigraph")] |
|
|
|
#[pyclass(frozen, name = "QuerySolution", module = "pyoxigraph")] |
|
|
|
pub struct PyQuerySolution { |
|
|
|
pub struct PyQuerySolution { |
|
|
|
inner: QuerySolution, |
|
|
|
inner: QuerySolution, |
|
|
|
} |
|
|
|
} |
|
|
|