get_name_by_index method

get_name_by_index

Returns key of a tag at the specified index.

Returns

Key of a tag.

def get_name_by_index(self, index):
    ...
ParameterTypeDescription
indexintIndex of a tag to return.

See Also