gaphas/docs/tree.rst

9 lines
254 B
ReStructuredText
Raw Permalink Normal View History

2020-12-05 23:54:01 +03:00
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.