Class _RecordConsumer
AbstractConsumer --+
|
_RecordConsumer
Consumer that converts a rebase record to a Record object.
Members: data Record with rebase data.
| Method Summary |
| |
__init__(self)
|
| |
data_entered(self,
line)
|
| |
data_modified(self,
line)
|
| |
end_sequence(self)
|
| |
enzyme_num(self,
line)
|
| |
methylation(self,
line)
|
| |
microorganism(self,
line)
|
| |
num_Adeno2(self,
line)
|
| |
num_Lambda(self,
line)
|
| |
num_pBR322(self,
line)
|
| |
num_PhiX174(self,
line)
|
| |
num_SV40(self,
line)
|
| |
prototype(self,
line)
|
| |
sequence(self,
line)
|
| |
source(self,
line)
|
| |
start_sequence(self)
|
| |
temperature(self,
line)
|
| Inherited from AbstractConsumer |
| |
__getattr__(self,
attr)
|
| |
_unhandled(self,
data)
|
| |
_unhandled_section(self)
|