Parses Rebase sequence data into a Record object.
Methods
|
|
|
|
do_br
|
do_br ( self, attrs )
|
|
end_b
|
end_b ( self )
|
|
end_font
|
end_font ( self )
|
|
end_i
|
end_i ( self )
|
|
end_pre
|
end_pre ( self )
|
|
end_table
|
end_table ( self )
|
|
extract_details
|
extract_details ( self )
|
|
extract_number_of_sites
|
extract_number_of_sites ( self )
|
|
feed
|
feed ( self, handle )
feed(self, handle )
Feed in rebase data for scanning. handle is a file-like object
containing rebase data. consumer is a Consumer object that will
receive events as the rebase data is scanned.
|
|
flush_text
|
flush_text ( self )
|
|
handle_data
|
handle_data ( self, newtext )
|
|
parse
|
parse ( self, handle )
|
|
reset
|
reset ( self )
|
|
start_b
|
start_b ( self, attrs )
|
|
start_font
|
start_font ( self, attrs )
|
|
start_i
|
start_i ( self, attrs )
|
|
start_pre
|
start_pre ( self, attrs )
|
|
start_table
|
start_table ( self, attrs )
|
|