waft.system.clients.command_processor module¶
- class waft.system.clients.command_processor.CommandProcessor¶
Bases:
object
Class responsible for processing ssh commands
- static list2cmdline(seq: List[str]) str ¶
Borrowed from https://github.com/python/cpython/blob/3.12/Lib/subprocess.py#L576-L643