Searched refs:cmdstr (Results 1 – 3 of 3) sorted by relevance
425 cmdstr = ' '.join(cmd)427 os.system(cmdstr)428 return cmdstr
31 cmdstr = r""" variable90 validcmds = set(cmdstr.split())
102 *commandlist* is a list of items of the form *cmdstr* or ``(cmdstr, descr)``,103 where *descr* is as above. The *cmdstr*\ s will appear in a popup menu. When104 chosen, the text of *cmdstr* will be appended to the command line as is, except