| Trees | Indices | Help |
|
|---|
|
|
object --+
|
TreeElement --+
|
object --+ |
| |
TreeMixin --+
|
Clade
A recursively defined sub-tree.
:Parameters:
branch_length : str
The length of the branch leading to the root node of this clade.
name : str
The clade's name (a label).
clades : list
Sub-trees rooted directly under this tree's root.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
root Allow TreeMixin methods to traverse clades properly. |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Boolean value of an instance of this class. NB: If this method is not defined, but ``__len__`` is, then the object is considered true if the result of ``__len__()`` is nonzero. We want Clade instances to always be considered True. |
Show this object's constructor with its primitive arguments.
|
|
|||
rootAllow TreeMixin methods to traverse clades properly.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 17:53:41 2011 | http://epydoc.sourceforge.net |