jrbourbeau / pyunfold

Iterative unfolding for Python
https://jrbourbeau.github.io/pyunfold/
MIT License
26 stars 13 forks source link

Adds CallbackList #101

Closed jrbourbeau closed 6 years ago

jrbourbeau commented 6 years ago

This PR adds a Callback container object, CallbackList, and updates _unfold to ensure that the on_unfolding_begin/_end and on_iteration_begin/_end methods are called for each Callback.