We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62595ad commit 891c914Copy full SHA for 891c914
pydatastructs/trees/_backend/cpp/BinaryTree.hpp
@@ -93,7 +93,7 @@ static PyObject* BinaryTree___str__(BinaryTree *self) {
93
PyList_SET_ITEM(list, i, empty_string);
94
}
95
96
- return PyObject_Str(list);
+ return PyObject_Str(list); // use this or __str()__ (that is defined in utils)?
97
98
99
static struct PyMethodDef BinaryTree_PyMethodDef[] = {
0 commit comments