Property constructor

init

Creates a new instance.

def __init__(self, name, property, items):
    ...
ParameterTypeDescription
namestrA property name.
propertyPropertyA mandatory Property instance.
itemslistAn arbitrary array of IPropertyItem instances.
Each one must be a Property or a Value instance.

init

Creates a new instance.

def __init__(self, name, value, items):
    ...
ParameterTypeDescription
namestrA property name.
valueValueA mandatory Value instance.
itemslistAn arbitrary array of IPropertyItem instances.
Each one must be a Property or a Value instance.

See Also