The heat.engine.function ModuleΒΆ

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

Bases: object

Abstract base class for template functions.

Function.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.resource Module

Next topic

The heat.engine.clients Module

This Page