Python - Inheritance and Code Reuse
You want to extend a parent class method
process_data to add timing logs before and after the parent's processing. Which approach is best?