Package Bio :: Package SeqIO :: Module generic :: Class EMBLFormat
[hide private]
[frames] | no frames]

Class EMBLFormat

source code

GenericFormat --+
                |
               EMBLFormat

Instance Methods [hide private]
 
__init__(self, instream=None, outstream=None, alphabet=Alphabet()) source code
 
next(self) source code
 
write(self, record) source code

Inherited from GenericFormat: __getitem__, close, find_start, flush, get_header, write_records

Class Variables [hide private]
  order = ['AC', 'DT', 'DE', 'GN', 'OS', 'OC', 'DR']
Method Details [hide private]

__init__(self, instream=None, outstream=None, alphabet=Alphabet())
(Constructor)

source code 
Overrides: GenericFormat.__init__

next(self)

source code 
Overrides: GenericFormat.next

write(self, record)

source code 
Overrides: GenericFormat.write