named_item method

named_item

Returns the item in the collection matched specified name.

Returns

The matched element

def named_item(self, name):
    ...
ParameterTypeDescription
namestrThe element name.

See Also