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

Class _Scanner


Scans Enzyme data.

Tested with: Release 33
Method Summary
  _scan_an(self, uhandle, consumer)
  _scan_ca(self, uhandle, consumer)
  _scan_cc(self, uhandle, consumer)
  _scan_cf(self, uhandle, consumer)
  _scan_de(self, uhandle, consumer)
  _scan_di(self, uhandle, consumer)
  _scan_dr(self, uhandle, consumer)
  _scan_id(self, uhandle, consumer)
  _scan_line(self, line_type, uhandle, event_fn, exactly_one, one_or_more, any_number, up_to_one)
  _scan_pr(self, uhandle, consumer)
  _scan_record(self, uhandle, consumer)
  _scan_terminator(self, uhandle, consumer)
  feed(self, handle, consumer)
feed(self, handle, consumer)

Class Variable Summary
list _scan_fns = [<function _scan_id at 0xb789a8ec>, <functio...

Method Details

feed(self, handle, consumer)

feed(self, handle, consumer)

Feed in Enzyme data 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.

Class Variable Details

_scan_fns

Type:
list
Value:
[<function _scan_id at 0xb789a8ec>,
 <function _scan_de at 0xb789a924>,
 <function _scan_an at 0xb789a95c>,
 <function _scan_ca at 0xb789a994>,
 <function _scan_cf at 0xb789a9cc>,
 <function _scan_cc at 0xb789aa04>,
 <function _scan_di at 0xb789aa3c>,
 <function _scan_pr at 0xb789aa74>,
...                                                                    

Generated by Epydoc 2.1 on Thu Aug 10 20:01:04 2006 http://epydoc.sf.net