| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OutputBuilder
Base sequence/alignment string format builder.
Note: File builders are not guaranteed to check the correctness of the product. It is assumed that the client of the builder knows what it is doing.
| Nested Classes | |
|
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
| OutputBuilder |
|
||
|
|||
| Class Variables | |
__abstractmethods__ =
|
|
| Properties | |
| bool |
headers True if sequence headers will be written to the destination |
| stream |
output Destination stream |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Format and append an alignment to the product.
|
Append a comment line to the product.
|
Format and append a collection of AbstractSequences to the product.
|
Format and append a new sequence to the product.
|
Create an output builder, which knows how to handle the specified
sequence/alignment
|
Register a new output builder.
|
| Class Variable Details |
__abstractmethods__
|
| Property Details |
headersTrue if sequence headers will be written to the destination
|
outputDestination stream
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:04 2017 | http://epydoc.sourceforge.net |