AttributeError:module os l has no attribute sched getaffinity
Python 中的 os.sched _ getaffinity() 方法用于获取具有指定进程 id 的进程可以在其上运行的 CPU 集。
该方法好像只有在部分 UNIX 平台才支持。
Python 中的 os.sched _ getaffinity() 方法用于获取具有指定进程 id 的进程可以在其上运行的 CPU 集。
该方法好像只有在部分 UNIX 平台才支持。