.coveragerc
.travis.yml
AUTHORS
ChangeLog
README.md
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
callbacks/__init__.py
callbacks/callbacks.py
callbacks.egg-info/PKG-INFO
callbacks.egg-info/SOURCES.txt
callbacks.egg-info/dependency_links.txt
callbacks.egg-info/not-zip-safe
callbacks.egg-info/top_level.txt
examples/callback_args.py
examples/callbacks_on_functions.py
examples/callbacks_on_methods.py
examples/class_level_callbacks.py
examples/exception_callbacks.py
examples/pre_and_post_callbacks.py
examples/removing_callbacks.py
examples/setting_priorities.py
tests/test_callbacks.py
tests/test_class_level_callbacks.py
tests/test_exceptions.py
tests/test_method_callbacks.py