commandstr

   1 Help on module commandstr:
   2 
   3 NAME
   4 #    commandstr - Provide stringification for commands used by timeout and retry.
   5 
   6 FILE
   7 #    utah/utah/commandstr.py
   8 
   9 FUNCTIONS
  10     commandstr(command, *args, **kw)
  11 #        Convert a command and argument lists into a representation of that command suitable for display to a user.
  12 #        i.e. commandstr(command, arg1, arg2, kw1=1, kw2=2) should return command(arg1, arg2, kw1=1, kw2=2)

QATeam/AutomatedTesting/UbuntuAutomationTestHarness/commandstr (last edited 2012-07-19 13:17:38 by c-98-223-36-80)