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
Note that most of the time lambda gives you more type safety than partial. Of course, partial gives you more programming safety. But, using it here you just mute the mypy error.
This doesn't pass, despite the 2 checks to make sure that
p
is indeed a string.The text was updated successfully, but these errors were encountered: