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've started #508 for this, but it's not working for methods correctly, not sure what's gone wrong there. It also results in type errors for partial() as mypy/typeshed don't fully support it yet.
If anyone wants to try and make any fixes, that'd be great.
The following has mypy (expectedly) failing with
error: Argument 1 to "f1" has incompatible type "int"; expected "str" [arg-type]
But decorating
f1
with@alru_cache
prevents mypy from detecting any issue.The text was updated successfully, but these errors were encountered: