You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the examples in the reference documentation of check_function_def(), you'll see that it's currently rather clunky to verify the signature of a function definition:
A lot of work is needed to verify the number of arguments and whether or not defaults are set.
You have to specify custom messages because pythonwhat doesn't automatically generate messages.
This should be improved. Not sure how.
The text was updated successfully, but these errors were encountered:
If you look at the examples in the reference documentation of
check_function_def()
, you'll see that it's currently rather clunky to verify the signature of a function definition:This should be improved. Not sure how.
The text was updated successfully, but these errors were encountered: