set_extra method

set_extra(self, name, value)

Sets extra data of the property associated by name.


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

See Also