

    @property
    def {computed-property-name}(self):
	    """Returns a computed property.

	    """
	    return {computed-property-computation}
