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 0xb792587c>, <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 0xb792587c>,
 <function _scan_de at 0xb79254fc>,
 <function _scan_an at 0xb79257d4>,
 <function _scan_ca at 0xb7925f0c>,
 <function _scan_cf at 0xb7925f7c>,
 <function _scan_cc at 0xb7925fb4>,
 <function _scan_di at 0xb7933994>,
 <function _scan_pr at 0xb793333c>,
...                                                                    

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