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__
 
def __div__
 

Data Fields

 op
 
 lhs
 
 rhs
 

Detailed Description

Definition at line 70 of file table.py.

Constructor & Destructor Documentation

def __init__ (   self,
  op,
  lhs,
  rhs 
)

Definition at line 71 of file table.py.

Member Function Documentation

def __add__ (   self,
  rhs 
)

Definition at line 85 of file table.py.

def __div__ (   self,
  rhs 
)

Definition at line 94 of file table.py.

def __iter__ (   self)

Definition at line 79 of file table.py.

def __mul__ (   self,
  rhs 
)

Definition at line 91 of file table.py.

def __sub__ (   self,
  rhs 
)

Definition at line 88 of file table.py.

Field Documentation

lhs

Definition at line 73 of file table.py.

op

Definition at line 72 of file table.py.

rhs

Definition at line 74 of file table.py.


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