after_build#

deeplay.decorators.after_build(func)#

Decorator for methods that will be run after build instead of immediately.

If the build method creates a new object, the hook will run on the new object.