Consumer that converts a Prosite record to a Record object.
Members: data Record with Prosite data.
Method Summary |
|
__init__(self)
|
|
_chomp(self,
word,
to_chomp)
|
|
_clean(self,
line,
rstrip)
|
|
accession(self,
line)
|
|
comment(self,
line)
|
|
database_reference(self,
line)
|
|
date(self,
line)
|
|
description(self,
line)
|
|
documentation(self,
line)
|
|
end_record(self)
|
|
identification(self,
line)
|
|
matrix(self,
line)
|
|
numerical_results(self,
line)
|
|
pattern(self,
line)
|
|
pdb_reference(self,
line)
|
|
rule(self,
line)
|
|
start_record(self)
|
|
terminator(self,
line)
|
Inherited from AbstractConsumer |
|
__getattr__ (self,
attr)
|
|
_unhandled (self,
data)
|
|
_unhandled_section (self)
|