| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ClansSeqgroup
Class holding the data of one CLANS group (seqgroup).
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
| bool |
|
||
| str |
|
||
|
|||
|
Inherited from |
|||
| Properties | |
| Color |
color color of the seqgroup |
| int |
hide if True, the seqgroup's symbols in the graphical output are not drawn |
| list |
members the members of this seqgroup |
| string |
name name of the seqgroup |
| int |
size size of the symbol used to represent the seqgroup in the graphical output |
| int |
type symbol used to represent the seqgroup in the graphical output |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Adds entry
Note: ClansEntry-s added using this method that are not part of the main Clans instance need to be added to the Clans instance manually. |
Checks if the group contains entries.
|
Creates the CLANS <seqgroup> block format representation of the group.
|
Removes ClansEntry
|
| Property Details |
colorcolor of the seqgroup raises ValueError if set to a wrongly formatted string (correct: '{r};{g};{b}')
|
hideif True, the seqgroup's symbols in the graphical output are not drawn raises ValueError if
|
membersthe members of this seqgroup
|
namename of the seqgroup raises ValueError if
|
sizesize of the symbol used to represent the seqgroup in the graphical output raises ValueError if
|
typesymbol used to represent the seqgroup in the graphical output raises ValueError if
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:19 2013 | http://epydoc.sourceforge.net |