pylab_ml.common.common.checkargs

checkargs(myargs, **kwargs)[source]

Check if the given arguments are valid.

Parameters:
  • myargs (The list of valid arguments. (string or list of strings))

  • **kwargs (The arguments to check.)

Return type:

None.