OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields
BinaryColExpr Class Reference

Public Member Functions

def __init__
def __iter__
def __add__
def __sub__
def __mul__

Data Fields

 op
 lhs
 rhs

Detailed Description

Definition at line 69 of file table.py.


Constructor & Destructor Documentation

def __init__ (   self,
  op,
  lhs,
  rhs 
)

Definition at line 70 of file table.py.


Member Function Documentation

def __add__ (   self,
  rhs 
)

Definition at line 84 of file table.py.

def __iter__ (   self)

Definition at line 78 of file table.py.

def __mul__ (   self,
  rhs 
)

Definition at line 90 of file table.py.

def __sub__ (   self,
  rhs 
)

Definition at line 87 of file table.py.


Field Documentation

lhs

Definition at line 72 of file table.py.

op

Definition at line 71 of file table.py.

rhs

Definition at line 73 of file table.py.


The documentation for this class was generated from the following file: