bellini.reference.Reference¶
- class bellini.reference.Reference(name, slices=None)[source]¶
Bases:
objectA container for a name and subindexing the object that name refers to
Methods
__init__(name[, slices])is_base()Returns whether or not the current Reference contains subindexes
retrieve_index(item)Given item, return it subindexed according to item.slices
set_index(item, value[, copy])Given item, assign value to item subindexed according to item.slices