What does self.graph
do here?
#137
-
Hi @formersbach, Lines 210 to 212 in a2acaa2 Seems |
Beta Was this translation helpful? Give feedback.
Answered by
formersbach
Jun 28, 2022
Replies: 1 comment 1 reply
-
I added this so it's possible to directly access the graph object. This makes it possible to e.g. look for sub-graphs, circles, manually add or remove elements etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
himoto
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added this so it's possible to directly access the graph object. This makes it possible to e.g. look for sub-graphs, circles, manually add or remove elements etc.
It's not used right now, but I figured it might become useful in the future. If there are any issues with pre-commit bot or something feel free to throw it out!