OpenStructure
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Protected Attributes
TableCol Class Reference

Public Member Functions

 __init__ (self, table, col)
 
 __iter__ (self)
 
 __len__ (self)
 
 __getitem__ (self, index)
 
 __setitem__ (self, index, value)
 
 __add__ (self, rhs)
 
 __sub__ (self, rhs)
 
 __mul__ (self, rhs)
 
 __div__ (self, rhs)
 

Data Fields

 col_index
 

Protected Attributes

 _table
 

Detailed Description

Definition at line 97 of file table.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ (   self,
  table,
  col 
)

Definition at line 98 of file table.py.

Member Function Documentation

◆ __add__()

__add__ (   self,
  rhs 
)

Definition at line 118 of file table.py.

◆ __div__()

__div__ (   self,
  rhs 
)

Definition at line 127 of file table.py.

◆ __getitem__()

__getitem__ (   self,
  index 
)

Definition at line 112 of file table.py.

◆ __iter__()

__iter__ (   self)

Definition at line 105 of file table.py.

◆ __len__()

__len__ (   self)

Definition at line 109 of file table.py.

◆ __mul__()

__mul__ (   self,
  rhs 
)

Definition at line 124 of file table.py.

◆ __setitem__()

__setitem__ (   self,
  index,
  value 
)

Definition at line 115 of file table.py.

◆ __sub__()

__sub__ (   self,
  rhs 
)

Definition at line 121 of file table.py.

Field Documentation

◆ _table

_table
protected

Definition at line 99 of file table.py.

◆ col_index

col_index

Definition at line 101 of file table.py.


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