Bases: object
Abstract base class for template functions.
Return the result of resolving the function.
Function subclasses must override this method to calculate their results.
Validate arguments without resolving the function.
Function subclasses must override this method to validate their args.
Return an iterator over dependent attributes for specified resource_name in a template snippet.
The snippet should be already parsed to insert Function objects where appropriate.
Return an iterator over Resource dependencies in a template snippet.
The snippet should be already parsed to insert Function objects where appropriate.