Part of lp.bugs.externalbugtracker.base View In Hierarchy
| Method | _verify | Check the validity of the branch. |
| Method | _describe_result | See treelookup.LookupBranch._describe_result. |
Inherited from LookupBranch:
| Method | __init__ | Construct a new LookupBranch from the given keys and result. |
| Method | is_leaf | Whether or not this is a leaf. |
| Method | is_default | Whether or not this is a default branch. |
| Method | describe | A representation of this branch. |
| Method | __repr__ | A machine-readable representation of this branch. |
| Method | _describe_key | Return a pretty representation of a simple key. |
The branch result must be a member of BugTaskStatus, or
another LookupTree.
| Raises | TypeError | If the branch is invalid. |