get_element_index¶
- get_element_index(sequence_name, element_name)¶
Return index of element with specified name in the original sequence.
- Parameters:
- Return type:
- Returns:
the index of the specified element
- Raises:
ValueError – if the sequence or element name is invalid