numpy.distutils.exec_command.forward_bytes_to_stdout#

distutils.exec_command.forward_bytes_to_stdout(val)[source]#

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

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