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 0x8d55f0>, <function ...

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 0x8d55f0>,
 <function _scan_de at 0x8d5668>,
 <function _scan_an at 0x8d56e0>,
 <function _scan_ca at 0x8d5758>,
 <function _scan_cf at 0x8d57d0>,
 <function _scan_cc at 0x8d5848>,
 <function _scan_di at 0x8d58c0>,
 <function _scan_pr at 0x8d5938>,
...                                                                    

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