OpenStructure
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
BinaryColExpr Class Reference

Public Member Functions

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

Data Fields

 op
 
 lhs
 
 rhs
 

Detailed Description

Definition at line 70 of file table.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
  op,
  lhs,
  rhs 
)

Definition at line 71 of file table.py.

Member Function Documentation

◆ __add__()

__add__ (   self,
  rhs 
)

Definition at line 85 of file table.py.

◆ __div__()

__div__ (   self,
  rhs 
)

Definition at line 94 of file table.py.

◆ __iter__()

__iter__ (   self)

Definition at line 79 of file table.py.

◆ __mul__()

__mul__ (   self,
  rhs 
)

Definition at line 91 of file table.py.

◆ __sub__()

__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: