get_named_item method

get_named_item(name)

Gets the attribute specified by name.

Returns

The attribute with the name.

def get_named_item(self, name):
    ...
Parameter Type Description
name str The attribute name.

See Also