============================= ListOfList (hwx.inspire.core) ============================= Store list of lists of values in a single attribute. For example: obj.intLists = [[1,2],[3,4,5]] -------------- Public Methods -------------- +--------------------------------+ | castForSet_ (self, obj, value) | +--------------------------------+ | create_ (self, obj) | +--------------------------------+ | getValue_ (self, obj) | +--------------------------------+ | setValue_ (self, obj, value) | +--------------------------------+ -------------- Method Details -------------- .. _castForSet: .. method:: castForSet(self, obj, value) Validates and returns the specified nested list values, before setting. .. _create: .. method:: create(self, obj) Creates a ListofList attribute. .. _getValue: .. method:: getValue(self, obj) Returns the nested list of values. .. _setValue: .. method:: setValue(self, obj, value) Sets the nested list of values.