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
Add a typing.no_type_checks function decorator that skips type checking a function and allows arbitrary annotations for the function. This should be give no errors:
Update: it should be @no_type_check and @no_type_check_decorator as was chosen for the PEP and in some other discussion (can't find the issue right now).
Add a
typing.no_type_checks
function decorator that skips type checking a function and allows arbitrary annotations for the function. This should be give no errors:See PEP 484 discussion: python/typing#26
The text was updated successfully, but these errors were encountered: