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
value_encode
value_decode
http.cookies.BaseCookie
Documentation states
Return a tuple (real_value, coded_value) [...]
For both BaseCookie.value_decode and BaseCookie.value_encode, although typeshed doesn't align:
BaseCookie.value_decode
BaseCookie.value_encode
typeshed/stdlib/http/cookies.pyi
Lines 50 to 53 in 32535ee
The text was updated successfully, but these errors were encountered:
TemplateResponse.cookies
SimpleCookie
BaseCookie
@flaeppe please, feel free to send a PR :)
Sorry, something went wrong.
Yes, already done: #10702
Successfully merging a pull request may close this issue.
Documentation states
For both
BaseCookie.value_decode
andBaseCookie.value_encode
, although typeshed doesn't align:typeshed/stdlib/http/cookies.pyi
Lines 50 to 53 in 32535ee
The text was updated successfully, but these errors were encountered: