A user may provide wrong arguments in methods. An example could be the following:
>>>from foaas.foaas_client import Fuck
>>>f = Fuck()
>>>print(f.that(from_="someone", to_="someone else").text)
In such a case line 63 may throw in exception because the key in the kwargs dictionary doesn't exists.
A user may provide wrong arguments in methods. An example could be the following:
In such a case line 63 may throw in exception because the key in the kwargs dictionary doesn't exists.