Package Bio :: Package Medline :: Class _Scanner
[show private | hide private]
[frames | no frames]

Class _Scanner


Scans a Medline record.
Method Summary
  _scan_record(self, uhandle, consumer)
  feed(self, handle, consumer)
feed(self, handle, consumer)

Class Variable Summary
dict _categories = {'EM': 'entry_month', 'DA': 'entry_date', ...

Method Details

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.

Class Variable Details

_categories

Type:
dict
Value:
{'AA': 'abstract_author',
 'AB': 'abstract',
 'AD': 'address',
 'AU': 'author',
 'CA': 'call_number',
 'CM': 'comments',
 'CU': 'class_update_date',
 'CY': 'country',
...                                                                    

Generated by Epydoc 2.1 on Wed Jan 31 09:57:59 2007 http://epydoc.sf.net