CallbackMixin#
- class glue.utils.misc.CallbackMixin#
Bases:
objectA mixin that provides a utility for attaching callback functions to methods
Methods Summary
add_callback(function)notify(*args, **kwargs)remove_callback(function)Methods Documentation
- add_callback(function)#
- notify(*args, **kwargs)#
- remove_callback(function)#