numpy.distutils._shell_utils.WindowsParser
numpy
distutils
_shell_utils
WindowsParser
class WindowsParser:
View In Hierarchy
The parsing behavior used by subprocess.call("string") on Windows, which matches the Microsoft C/C++ runtime.
subprocess.call("string")
Note that this is _not_ the behavior of cmd.
join
split
Undocumented