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

Public Member Functions

def __init__
 
def __iter__
 
def __len__
 
def __getitem__
 
def __setitem__
 
def __add__
 
def __sub__
 
def __mul__
 
def __div__
 

Data Fields

 col_index
 

Detailed Description

Definition at line 97 of file table.py.

Constructor & Destructor Documentation

def __init__ (   self,
  table,
  col 
)

Definition at line 98 of file table.py.

Member Function Documentation

def __add__ (   self,
  rhs 
)

Definition at line 118 of file table.py.

def __div__ (   self,
  rhs 
)

Definition at line 127 of file table.py.

def __getitem__ (   self,
  index 
)

Definition at line 112 of file table.py.

def __iter__ (   self)

Definition at line 105 of file table.py.

def __len__ (   self)

Definition at line 109 of file table.py.

def __mul__ (   self,
  rhs 
)

Definition at line 124 of file table.py.

def __setitem__ (   self,
  index,
  value 
)

Definition at line 115 of file table.py.

def __sub__ (   self,
  rhs 
)

Definition at line 121 of file table.py.

Field Documentation

col_index

Definition at line 101 of file table.py.


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