-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Type hints in Codec class #443
Comments
It is not intentional - this code mostly predates type-hinting as normal practice in python. If you made a PR to add, it would probably be accepted, assuming you can find good definitions for "buffer-like" and similar. |
I think it would be very valuable if |
In terms of typing |
I've noticed that Codec class methods, such as
encode
anddecode
, do not use type hints. Is this intentional or something that can be added in the future?The text was updated successfully, but these errors were encountered: