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):
    ...
ParameterTypeDescription
namestrThe attribute name.

See Also