apptools.scripting.recordable module

Decorator to mark functions and methods as recordable.

apptools.scripting.recordable.recordable(func)[source]

A decorator that wraps a function into one that is recordable.

This will record the function only if the global recorder has been set via a set_recorder function call.