class documentation

class WindowsParser:

View In Hierarchy

The parsing behavior used by subprocess.call("string") on Windows, which matches the Microsoft C/C++ runtime.

Note that this is _not_ the behavior of cmd.

Static Method join Undocumented
Static Method split Undocumented
@staticmethod
def join(argv):

Undocumented

@staticmethod
def split(cmd):

Undocumented