4

使用cProfileand分析我的应用程序时pstats,其中一行显示:

ncalls  tottime  percall  cumtime  percall filename:lineno(function)
     6    2.940    0.490    2.940    0.490 {built-in method select}

这个方法有什么作用,什么时候执行?

4

1 回答 1

2

select.select是 Unix select()系统调用的接口。

于 2013-09-20T11:45:14.820 回答