numpy.distutils.exec_command.forward_bytes_to_stdout

distutils.exec_command.forward_bytes_to_stdout(val)[源代码]

将子进程调用中的字节转发到控制台,而不尝试对其进行解码。

假设子进程调用已经以适当的编码返回字节。