Python: Removes DefaultGraph.value

Not useful, always returns the empty string
pull/553/head
Tpt 1 year ago committed by Thomas Tanon
parent 785df9b00b
commit a27f31b84e
  1. 7
      python/src/model.rs

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

Loading…
Cancel
Save