Home
last modified time | relevance | path

Searched refs:cmdstr (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/patman/
Dgitutil.py425 cmdstr = ' '.join(cmd)
427 os.system(cmdstr)
428 return cmdstr
/external/python/cpython2/Tools/scripts/
Dtexcheck.py31 cmdstr = r""" variable
90 validcmds = set(cmdstr.split())
/external/python/cpython2/Doc/library/
Deasydialogs.rst102 *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. When
104 chosen, the text of *cmdstr* will be appended to the command line as is, except