Scan the keywlist.txt file included with the SwissProt distribution.
Tested with:
Release 37
Release 38
Methods
|
|
_scan_footer
_scan_header
_scan_keywords
feed
|
|
_scan_footer
|
_scan_footer (
self,
uhandle,
consumer,
)
|
|
_scan_header
|
_scan_header (
self,
uhandle,
consumer,
)
|
|
_scan_keywords
|
_scan_keywords (
self,
uhandle,
consumer,
)
|
|
feed
|
feed (
self,
handle,
consumer,
)
feed(self, handle, consumer)
Feed in the keywlist.txt file for scanning. handle is a file-like
object that contains keyword information. consumer is a
Consumer object that will receive events as the report is scanned.
|
|