class documentation

class CallbackKeywordArgumentsContract(Contract):

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):
name: str =

Undocumented