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
get_value
Adding new functionality to valor
Changing existing functionality in valor
Removing existing functionality in valor
assert (Bool(True) & Bool(True)).get_value() is True # type: ignore - schema fix require
Add type inference to the get_value member function on symbolic expressions.
This issue is limited to the python client.
This issue can be searched by issue #604
issue #604
The text was updated successfully, but these errors were encountered:
czaloom
No branches or pull requests
Feature Type
Adding new functionality to valor
Changing existing functionality in valor
Removing existing functionality in valor
Problem Description
assert (Bool(True) & Bool(True)).get_value() is True # type: ignore - schema fix require
Feature Description
Add type inference to the
get_value
member function on symbolic expressions.Additional Context
This issue is limited to the python client.
This issue can be searched by
issue #604
The text was updated successfully, but these errors were encountered: