wraptEasy Playground

Robust decorator and wrapper utilities for Python

Getting started with wraptRun locally
Install
pip install wrapt
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: wrapt)

wrapt is a third-party package. Robust decorator and wrapper utilities for Python. Install with: pip install wrapt

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?