get_or_create_by_value method

get_or_create_by_value

Looks for existing behavior property by value or creates new custom one with the specified value

Returns

instance of BehaviorProperty

@staticmethod
def get_or_create_by_value(property_value):
    ...
ParameterTypeDescription
property_valuestrvalue of the property

See Also