get_element

get_element(sequence_name, element_index)

Return requested element in the original sequence.

Parameters:
  • sequence_name (str) – sequence name

  • element_index (int) – element index

Return type:

dict

Returns:

the element with the specified index

Raises: