首页 / base / oaFDSet

oaFDSet

模块: oapy._oa._base 导入: from oapy._oa import _base

概览

oaFDSetoapy 中可用,可通过 _base 模块访问。

本页汇总 oaFDSet 当前在 oapy 中可用的 Python 接口。

构造函数

_base.oaFDSet()

obj = _base.oaFDSet()

方法总览

状态 Python 调用
obj.add(fd)
obj.remove(fd)
obj.getNextReady()
obj.select(sec)

方法说明

obj.add(fd)

绑定状态: 已绑定

Python 调用: obj.add(fd)

Python 示例

from oapy._oa import _base

# assume obj is a oaFDSet
obj.add(fd)

obj.remove(fd)

绑定状态: 已绑定

Python 调用: obj.remove(fd)

Python 示例

from oapy._oa import _base

# assume obj is a oaFDSet
obj.remove(fd)

obj.getNextReady()

绑定状态: 已绑定

Python 调用: obj.getNextReady()

Python 示例

from oapy._oa import _base

# assume obj is a oaFDSet
obj.getNextReady()

obj.select(sec)

绑定状态: 已绑定

Python 调用: obj.select(sec)

Python 示例

from oapy._oa import _base

# assume obj is a oaFDSet
obj.select(sec)