Package qubx :: Module model :: Class QubModels
[hide private]
[frames] | no frames]

Class QubModels

source code

   object --+        
            |        
  table.Table --+    
                |    
table.ObjectTable --+
                    |
                   QubModels

Table-like collection of open model files.

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_channelCount(self, obj) source code
 
get_folder(self, obj) source code
 
get_k0format(self, obj) source code
 
get_k1format(self, obj) source code
 
get_name(self, obj) source code
 
get_vRev(self, obj) source code
 
set_channelCount(self, obj, val) source code
 
set_k0format(self, obj, val) source code
 
set_k1format(self, obj, val) source code
 
set_vRev(self, obj, val) source code

Inherited from table.ObjectTable: add_field, get, get_size, insert, remove, set

Inherited from table.ObjectTable (private): _onChangeField

Inherited from table.Table: __getitem__, __iter__, __len__, __setitem__, __str__, add_field_to_stats, add_notebook_item, all_rows, append, calc_expr_values, check_rows_if, clear, copy_rows_from, dispose, from_json, from_text, get_by_name, get_row, get_row_by_name, index, nb_get_caption, nb_get_col, nb_get_col_format, nb_get_headers, nb_get_row, nb_get_shape, nb_get_type, remove_field_from_stats, rows_meeting_criteria, select, set_checked, set_global_name, to_json, to_text

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Instance Variables [hide private]

Inherited from table.Table: OnAddField, OnAfterInsert, OnChecked, OnDoubleClick, OnInsert, OnRemoved, OnRemoving, OnRemovingField, OnSelect, OnSet, accept, all_stats, checked, choices, count_in_group, default, field_stats, fields, fields_independent, format, global_name, group_stats, groups_occupied, label, mean, median, mode, rows_in_group, size, sortable, std, units, user_can_remove

Properties [hide private]

Inherited from table.ObjectTable: entries, getter, setter

Inherited from table.Table: custom, max_bools, max_fields, notebook, notebook_items

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)