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
Consider the following model:
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.tests/resources/HybridizeFunction/testModel2/in/A.py
Lines 6 to 30 in 6b7717c
And the following client code:
Lines 39 to 40 in 6b7717c
This code implicitly calls SequentialModel.call() because Model's __call__() method calls Model.call() and SequentialModel overrides call().
SequentialModel.call()
Model
__call__()
Model.call()
SequentialModel
call()
The text was updated successfully, but these errors were encountered:
Blocked on wala/ML#106.
Sorry, something went wrong.
Workaround #291.
82d28d4
No branches or pull requests
Consider the following model:
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.tests/resources/HybridizeFunction/testModel2/in/A.py
Lines 6 to 30 in 6b7717c
And the following client code:
Hybridize-Functions-Refactoring/edu.cuny.hunter.hybridize.tests/resources/HybridizeFunction/testModel2/in/A.py
Lines 39 to 40 in 6b7717c
This code implicitly calls
SequentialModel.call()
becauseModel
's__call__()
method callsModel.call()
andSequentialModel
overridescall()
.The text was updated successfully, but these errors were encountered: