built-in method select 在 Python 3 中做了啥?

Posted

技术标签:

【中文标题】built-in method select 在 Python 3 中做了啥?【英文标题】:What does built-in method select do in Python 3?built-in method select 在 Python 3 中做了什么? 【发布时间】:2013-09-20 07:53:03 【问题描述】:

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

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

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

【问题讨论】:

select.select? 【参考方案1】:

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

【讨论】:

以上是关于built-in method select 在 Python 3 中做了啥?的主要内容,如果未能解决你的问题,请参考以下文章

Sql Server Function函数 is not a recognized built-in function name

python中常用的built-in函数

访问 mongoose.Schema.methods 中的“select: false”字段

Python——built-in module Help: math

shell实战:内置(built-in)变量

tuple built-in function