We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of these TypedDict methods might be worth special casing:
setdefault
copy
update
pop
popitem
The text was updated successfully, but these errors were encountered:
Closed in favor of #3843 since that issue has more methods.
Sorry, something went wrong.
Actually closing in favor of #3843. :)
No branches or pull requests
Some of these TypedDict methods might be worth special casing:
setdefault
copy
update
pop
(disallowed for required keys)popitem
(disallowed at least if there are required keys)The text was updated successfully, but these errors were encountered: