TableRow Class Reference
Detailed Description
Essentially a named tuple, but allows column names that are not valid
python variable names.
Definition at line 130 of file table.py.
Member Function Documentation
def __getattr__ |
( |
|
self, |
|
|
|
col_name | |
|
) |
| | |
def __getitem__ |
( |
|
self, |
|
|
|
col_name | |
|
) |
| | |
def __init__ |
( |
|
self, |
|
|
|
row_data, |
|
|
|
tab | |
|
) |
| | |
def __setattr__ |
( |
|
self, |
|
|
|
col_name, |
|
|
|
val | |
|
) |
| | |
def __setitem__ |
( |
|
self, |
|
|
|
col_name, |
|
|
|
val | |
|
) |
| | |
The documentation for this class was generated from the following file:
- stage/lib64/python2.7/site-packages/ost/table.py