| Trees | Indices | Help |
|
|---|
|
|
Base class for all BioTables
Provides functionality that all table types share
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| None |
|
||
|
|||
|
|||
| Row |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
removes a (all) columns with column_name
|
Pseudo Constructor. Parsing from File |
Generates tab-seperated-values file from self.rows filename will be created or overwritten if existing permissions must be present |
Validates the Table Validates the Table by validating each row. Empty table is invalid |
Updates a row with a dictionary
|
adds a new Row to the table's rows and optionally updates by dict
|
Iterator over all rows.
For Syntactic sugar like:
for row in table:
...
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 12:17:40 2010 | http://epydoc.sourceforge.net |