Package Bio :: Package Prosite :: Class _RecordConsumer
[hide private]
[frames] | no frames]

Class _RecordConsumer

source code

ParserSupport.AbstractConsumer --+
                                 |
                                _RecordConsumer

Consumer that converts a Prosite record to a Record object.

Members: data Record with Prosite data.

Instance Methods [hide private]
 
__init__(self) source code
 
start_record(self) source code
 
end_record(self) source code
 
identification(self, line) source code
 
accession(self, line) source code
 
date(self, line) source code
 
description(self, line) source code
 
pattern(self, line) source code
 
matrix(self, line) source code
 
postprocessing(self, line) source code
 
rule(self, line) source code
 
numerical_results(self, line) source code
 
comment(self, line) source code
 
database_reference(self, line) source code
 
pdb_reference(self, line) source code
 
prorule(self, line) source code
 
documentation(self, line) source code
 
terminator(self, line) source code
 
_chomp(self, word, to_chomp='.,;') source code
 
_clean(self, line, rstrip=1) source code

Inherited from ParserSupport.AbstractConsumer: __getattr__