numpy.distutils.exec_command.filepath_from_subprocess_output#
- distutils.exec_command.filepath_from_subprocess_output(output)[source]#
将子进程使用的编码中的 bytes 转换为适合文件系统的 str。
继承自
exec_command
,可能不正确。
将子进程使用的编码中的 bytes 转换为适合文件系统的 str。
继承自 exec_command
,可能不正确。