Methods
|
|
__getitem__
__init__
close
find_start
flush
get_header
next
write
write_records
|
|
__getitem__
|
__getitem__ ( self, i )
|
|
__init__
|
__init__ (
self,
instream=None,
outstream=None,
alphabet=Bio.Alphabet.generic_alphabet,
start_indicator=None,
)
|
|
close
|
close ( self )
|
|
find_start
|
find_start ( self )
|
|
flush
|
flush ( self )
|
|
get_header
|
get_header ( self, line )
|
|
next
|
next ( self )
|
|
write
|
write ( self, record )
|
|
write_records
|
write_records ( self, records )
|
|