thunderboltz.ThunderBoltz.add_callback

ThunderBoltz.add_callback(f)[source]

Add a function to the list of functions that will be called during banner output.

Parameters:

f (callable[,]) – The function that will be called. It should accept no arguments and return no arguments.