首页 / design / oaModModuleInst

oaModModuleInst

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

概览

oaModModuleInstoapy 中可用,可通过 _design 模块访问。

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

详细说明

The oaModModuleInst class is a base for instances of a module master in a parent module within the module domain。 oaModModuleInst objects refer to a master oaModule and are scoped to their parent module。

方法总览

状态 Python 调用
obj.getHeader()

方法说明

obj.getHeader()

绑定状态: 已绑定

Python 调用: obj.getHeader()

This function returns the instHeader associated with this instance。 The module instHeader is a collection of the attributes that are common to all instances of a particular module master。

返回

  • The pointer to the instance header。

Python 示例

from oapy._oa import _design

# assume obj is a oaModModuleInst
obj.getHeader()