contains method

contains

Determines whether the XmpLangAlt contains the specified language.

Returns

True if the XmpLangAlt contains an element with the specified language; otherwise, false.

def contains(self, language):
    ...
Parameter Type Description
language str The language to locate in the XmpLangAlt.

See Also