index_of method

index_of

Gets the index of a property by name.

Returns

The zero based index. Negative value if not found.

def index_of(self, name):
    ...
Parameter Type Description
name str The case-insensitive name of the MetadataSignature.

See Also