class documentation

class CallbackKeywordArgumentsContract(Contract): (source)

View In Hierarchy

Contract to set the keyword arguments for the request. The value should be a JSON-encoded dictionary, e.g.: @cb_kwargs {"arg1": "some value"}

Method adjust_request_args Undocumented
Class Variable name Undocumented

Inherited from Contract:

Method __init__ Undocumented
Method add_post_hook Undocumented
Method add_pre_hook Undocumented
Class Variable request_cls Undocumented
Instance Variable args Undocumented
Instance Variable testcase_post Undocumented
Instance Variable testcase_pre Undocumented
def adjust_request_args(self, args): (source)

Undocumented