Class | CommandLineParser |
An object that knows how to split and join command-line arguments. |
Class | PosixParser |
The parsing behavior used by subprocess.call("string", shell=True) on Posix. |
Class | WindowsParser |
The parsing behavior used by subprocess.call("string") on Windows, which matches the Microsoft C/C++ runtime. |