Skip to content
Snippets Groups Projects
Unverified Commit 8392895c authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

_is_valid_inputs() fixes.

Now no longer requires typehints in the function signature (it wasn't using these anyway, and would break when they weren't included.

Also, we now only check if mandatary arguments have been provided in input. None mandatory don't need to be present.

Finally, addde a check to ensure that, if there are extra arguments provided in input not present in the signature, then these result in false being returned.
parent 705e6043
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment