Not useful, always returns the empty string
@ -441,13 +441,6 @@ impl PyDefaultGraph {
Self {}
}
/// :return: the empty string.
/// :rtype: str
#[getter]
fn value(&self) -> &str {
""
fn __str__(&self) -> &str {
"DEFAULT"