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 0x301347f0>, <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 0x301347f0>,
 <function _scan_de at 0x30134830>,
 <function _scan_an at 0x30134870>,
 <function _scan_ca at 0x301348b0>,
 <function _scan_cf at 0x301348f0>,
 <function _scan_cc at 0x30134930>,
 <function _scan_di at 0x30134970>,
 <function _scan_pr at 0x301349b0>,
...                                                                    

Generated by Epydoc 2.1 on Mon Aug 27 16:43:50 2007 http://epydoc.sf.net