سؤال

When profiling my application using cProfile and pstats, one of the rows reads:

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

What does this method do and when is it executed?

هل كانت مفيدة؟

المحلول

select.select is an interface to the Unix select() system call.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top