libtree icon indicating copy to clipboard operation
libtree copied to clipboard

Python Tree Library

Results 3 libtree issues
Sort by recently updated
recently updated
newest added

If no root node exists and get_root_node() is called, libtree raises `ValueError` instead of returning `None` as the docs say.

The current SQL queries are hard to read. Since everyone seems to have their own opinion how SQL should look like, it's probably the best to use a guide that...

todo

All core API functions accept two types to reference a node in the database: NodeData and integer. Because the database doesn't understand our types :-) this means every function has...

todo