Class peagen.tui.components.tree_view.FileTree
peagen.tui.components.tree_view.FileTree
Bases: Tree
FileSelected
FileSelected(path)
Bases: Message
Source code in peagen/tui/components/tree_view.py
9 10 11 |
|
path
instance-attribute
path = path
on_mount
on_mount()
Source code in peagen/tui/components/tree_view.py
13 14 15 16 |
|
build_tree
build_tree(path, node)
Source code in peagen/tui/components/tree_view.py
18 19 20 21 22 23 24 |
|
on_tree_node_selected
on_tree_node_selected(event)
Source code in peagen/tui/components/tree_view.py
26 27 28 |
|