gaphas/docs/tree.rst
2022-03-22 21:49:30 +01:00

9 lines
254 B
ReStructuredText

Tree
####
Tree is an internal structure used by the default view model implementation (``gaphas.Canvas``). A tree consists of nodes.
The tree is optimized for depth-first search.
Source code: https://github.com/gaphor/gaphas/blob/main/gaphas/tree.py.