This adds a boolean to the return statement of setMethodHelper. The purpose is to give better information to the user when a parameter could not be set. The user can then decide to raise an Error.
Approach
Returns False if a parameter could not be set, otherwise True.
Related Issues
Purpose
This adds a boolean to the return statement of setMethodHelper. The purpose is to give better information to the user when a parameter could not be set. The user can then decide to raise an Error.
Approach
Returns False if a parameter could not be set, otherwise True.