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
Union
Sometimes you may want to allow Union types in callbacks like this:
def update_user_age(id: Union[int, str], age: Union[float, int]): pass
We don't support that yet, but we should.
Related Reddit request.
Official Python bindings
No response
The text was updated successfully, but these errors were encountered:
ishkhan42
No branches or pull requests
Describe what you are looking for
Sometimes you may want to allow
Union
types in callbacks like this:We don't support that yet, but we should.
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
Official Python bindings
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: