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(self, obj, value)

Validates and returns the specified nested list values, before setting.

create(self, obj)

Creates a ListofList attribute.

getValue(self, obj)

Returns the nested list of values.

setValue(self, obj, value)

Sets the nested list of values.