get_extra method

get_extra(self, name)

Gets extra data of the property associated by name.

Returns

The extra data associated by name


def get_extra(self, name):
    ...
ParameterTypeDescription
namestrThe name of the property’s extra data

See Also