The heat.engine.function ModuleΒΆ

class heat.engine.function.Function(stack, fn_name, args)[source]

Bases: object

Abstract base class for template functions.

result()[source]

Return the result of resolving the function.

Function subclasses must override this method to calculate their results.

heat.engine.function.resolve(snippet)[source]

Previous topic

The heat.engine.update Module

Next topic

The heat.engine.attributes Module

This Page