get_global_element¶
- get_global_element(element_index)¶
Return requested element in the expanded sequence.
- Parameters:
element_index (int) – element index
- Return type:
- Returns:
the element with the specified index
- Raises:
IndexError – if the index is out of range