| Trees | Indices | Help |
|
|---|
|
|
object --+
|
util_types.Anon --+
|
NbItem --+
|
NbTable
A notebook item with tabular data. Subclasses NbChart and NbTrace define series using this underlying table of data.
get_caption: function() -> str, returns caption for the table
get_shape: function() -> (rows, columns), returns dimensions
get_headers: function() -> list of str, returns column headers
get_row: function(r) -> list, returns a row of data
get_col: function(c) -> list, returns a column of data
(When creating an NbTable, provide either get_row or get_col and the other will be auto-generated;
when using an NbTable, both get_row and get_col are available.)
get_col_format: function(c) -> (function(val) -> str), returns a function which formats values from column c as strings (by default, the str function)
get_type: function() -> type; returns e.g. float or str
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |