CallbackMixin#

class glue.utils.misc.CallbackMixin#

Bases: object

A 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)#