to_source_value method

On this page

to_source_value

Converts an interpreted value back to its original form.

def to_source_value(self, interpreted_value):
    ...
Parameter Type Description
interpreted_value PropertyValue The interpreted value to convert.

Returns: The original value.

See Also

On this page