/logging_method_calls

Want to be able to dynamically add a decorator to a method so that when that method is called, entering and exiting the method will be logged

Primary LanguagePython