mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-05 21:20:12 -06:00
The `update_wrapper` call is needed so that the new partial func inherits the `__module__` of the original function. The `__module__` is needed because the request-vars panel uses `func.__module__` in building the qualified name.