Public Member Functions | |
def | __init__ |
def | set |
def | get |
def | put |
def | close |
def | done |
Public Attributes | |
this | |
Static Private Attributes | |
dictionary | __swig_setmethods__ |
tuple | __setattr__ |
dictionary | __swig_getmethods__ |
tuple | __getattr__ |
__repr__ | |
__swig_destroy__ | |
__del__ |
Proxy of C++ casac::tablerow class
Definition at line 70 of file tablerow.py.
def __casac__.tablerow.tablerow.__init__ | ( | self | ) |
__init__(self) -> tablerow
Definition at line 77 of file tablerow.py.
def __casac__.tablerow.tablerow.close | ( | self | ) |
close(self) -> bool Summary Close the tablerow --------------------------------------------------------------------------------
Definition at line 133 of file tablerow.py.
def __casac__.tablerow.tablerow.done | ( | self | ) |
done(self) -> bool Summary End the tablerow tool --------------------------------------------------------------------------------
Definition at line 144 of file tablerow.py.
def __casac__.tablerow.tablerow.get | ( | self, | |
args, | |||
kwargs | |||
) |
get(self, rownr) -> record * Summary Get a table row Input Parameters: rownr Row number --------------------------------------------------------------------------------
Definition at line 101 of file tablerow.py.
Referenced by odict.odict.values().
def __casac__.tablerow.tablerow.put | ( | self, | |
args, | |||
kwargs | |||
) |
put(self, rownr, value, matchingfields=True) -> bool Summary Put a table row Input Parameters: rownr Row number value Values to put matchingfields F=value record must match tablerow layout true --------------------------------------------------------------------------------
Definition at line 116 of file tablerow.py.
def __casac__.tablerow.tablerow.set | ( | self, | |
args, | |||
kwargs | |||
) |
set(self, tab, columns=std::vector< string >(1, ""), exclude=False) -> bool Summary Set table and columns to be accessed Input Parameters: tab table to be accessed, expects a table tool columns Array of column names all exclude Exclude instead of include the named columns? false --------------------------------------------------------------------------------
Definition at line 84 of file tablerow.py.
__casac__.tablerow.tablerow.__del__ [static, private] |
Definition at line 83 of file tablerow.py.
tuple __casac__.tablerow.tablerow.__getattr__ [static, private] |
Definition at line 75 of file tablerow.py.
__casac__.tablerow.tablerow.__repr__ [static, private] |
Definition at line 76 of file tablerow.py.
tuple __casac__.tablerow.tablerow.__setattr__ [static, private] |
Definition at line 73 of file tablerow.py.
__casac__.tablerow.tablerow.__swig_destroy__ [static, private] |
Definition at line 82 of file tablerow.py.
dictionary __casac__.tablerow.tablerow.__swig_getmethods__ [static, private] |
Definition at line 74 of file tablerow.py.
dictionary __casac__.tablerow.tablerow.__swig_setmethods__ [static, private] |
Definition at line 72 of file tablerow.py.
Definition at line 81 of file tablerow.py.