cf.RaggedIndexedArray.source

RaggedIndexedArray.source(default=ValueError())[source]

TODO Return the underlying array object.

Parameters
default: optional

Return the value of the default parameter if the array has not been set. If set to an Exception instance then it will be raised instead.

Returns
subclass of Array

TODO The underlying array object.

Examples:

>>> TODO