numpy.distutils.exec_command.forward_bytes_to_stdout#

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

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

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