Scans a Medline record.
Methods
|
|
_scan_record
feed
|
|
_scan_record
|
_scan_record (
self,
uhandle,
consumer,
)
Exceptions
|
|
SyntaxError, "Continuation on first line\n%s" % line
SyntaxError, "I don't understand the format of line %s" % line
|
|
|
feed
|
feed (
self,
handle,
consumer,
)
feed(self, handle, consumer)
Feed in a Medline unit record for scanning. handle is a file-like
object that contains a Medline record. consumer is a
Consumer object that will receive events as the report is scanned.
|
|