Package Bio :: Package Prosite :: Module Prodoc :: Class _Scanner
[hide private]
[frames] | no frames]

Class _Scanner

source code

Scans Prodoc-formatted data.

Tested with: Release 15.0, July 1998

Instance Methods [hide private]
 
feed(self, handle, consumer)
Feed in Prodoc data for scanning.
source code
 
_scan_record(self, uhandle, consumer) source code
 
_scan_accession(self, uhandle, consumer) source code
 
_scan_prosite_refs(self, uhandle, consumer) source code
 
_scan_text(self, uhandle, consumer) source code
 
_scan_refs(self, uhandle, consumer) source code
 
_scan_copyright(self, uhandle, consumer) source code
Method Details [hide private]

feed(self, handle, consumer)

source code 

Feed in Prodoc data for scanning. handle is a file-like object that contains prosite data. consumer is a Consumer object that will receive events as the report is scanned.