Part of lp.bugs.externalbugtracker View In Hierarchy
| Method | moinmoin_table | Return lines of a MoinMoin table that documents self. |
Inherited from LookupTree:
| Method | __init__ | Construct a new LookupTree. |
| Method | find | Search this tree. |
| Method | flatten | Generate a flat representation of this tree. |
| Method | min_depth | The minimum distance to a leaf. |
| Method | max_depth | The maximum distance to a leaf. |
| Method | describe | A representation of this tree, formatted for human consumption. |
| Method | __repr__ | A machine-readable representation of this tree. |
| Method | _verify | Check the validity of the tree. |