mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-04-25 10:08:37 -05:00
c9c0228a62
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.