Example #1
0
 def wrapper():
   """Calls nut_shell.simple with some arguments, the args that aren't provided will be collected.
   """
   call(simple, arg1=1, arg2=2)
Example #2
0
 def test_ec_call(self):
   r"""Test ec.call with partial arguments
   """
   RIH.values(2, 3)
   assert(call(task1, arg1=1) == (1, 2))