get_index()
Find the index of an item, given either the item or index as an argument.
Particularly useful as a wrapper for arguments like channel or axis.
lis (list) – List to parse.
argument (int or object) – Argument.
Index of chosen object.
int