OpenStructure
Public Member Functions | Data Fields
BinaryColExpr Class Reference

Public Member Functions

def __init__ (self, op, lhs, rhs)
 
def __iter__ (self)
 
def __add__ (self, rhs)
 
def __sub__ (self, rhs)
 
def __mul__ (self, rhs)
 
def __div__ (self, rhs)
 

Data Fields

 op
 
 lhs
 
 rhs
 

Detailed Description

Definition at line 70 of file table.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  op,
  lhs,
  rhs 
)

Definition at line 71 of file table.py.

Member Function Documentation

◆ __add__()

def __add__ (   self,
  rhs 
)

Definition at line 85 of file table.py.

◆ __div__()

def __div__ (   self,
  rhs 
)

Definition at line 94 of file table.py.

◆ __iter__()

def __iter__ (   self)

Definition at line 79 of file table.py.

◆ __mul__()

def __mul__ (   self,
  rhs 
)

Definition at line 91 of file table.py.

◆ __sub__()

def __sub__ (   self,
  rhs 
)

Definition at line 88 of file table.py.

Field Documentation

◆ lhs

lhs

Definition at line 73 of file table.py.

◆ op

op

Definition at line 72 of file table.py.

◆ rhs

rhs

Definition at line 74 of file table.py.


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