Contents
Getting Started
Examples
User Guide
Developer Guide
listobj()
str_to_class()
Miscellaneous
dict2D constructs a M x N dict using row_keys and col_keys as keys
returns a 2D dictionary with M row_keys and N col_keys
returns a dict of the contents of row row_key of dict_2d
returns a dict of the contents of column col_key of dict_2d
return a dict of the number of items in each row/col of dict_2d
return a list of the number of items in each cell of dict_2d