Package analysis :: Module operators :: Class Op
[show private | hide private]
[frames | no frames]

Class Op


Special comparison operator node.
Method Summary
  __init__(self, left, op, right, filename)
Initialise the node with the 'left' hand side expression, operator 'op', and the 'right' hand side expression.
  __repr__(self)

Method Details

__init__(self, left, op, right, filename)
(Constructor)

Initialise the node with the 'left' hand side expression, operator 'op', and the 'right' hand side expression. The additional 'filename' parameter is used primarily for debugging purposes.

Generated by Epydoc 2.1 on Fri May 19 01:52:26 2006 http://epydoc.sf.net