| Home | Trees | Index | Help |
|---|
| Package analysis :: Module operators :: Class Op |
|
| Method Summary | |
|---|---|
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)
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.
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Fri May 19 01:52:26 2006 | http://epydoc.sf.net |