Refactor singleton to manage cleanup

This commit is contained in:
2023-11-04 11:00:21 +01:00
parent 9b5e7b1ca7
commit 8b159f239b
9 changed files with 104 additions and 181 deletions

View File

@@ -2,5 +2,9 @@
namespace pywrap {
std::string STree::graph()
{
// return callMethodString("graph");
return PyClassifier::graph();
}
} /* namespace pywrap */