You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the amazing wrapt.synchronized decorator, but I've just realized that it breaks the typing signature of the wrapped function (using vscode).
I tested it with custom wrapt.decorator function and it works fine.
Does someone have a solution?
I'm using the amazing
wrapt.synchronized
decorator, but I've just realized that it breaks the typing signature of the wrapped function (using vscode).I tested it with custom
wrapt.decorator
function and it works fine.Does someone have a solution?
Example:
The
function
signature:The
synced_function
signature:The text was updated successfully, but these errors were encountered: