首页 / base / oaWinNS

oaWinNS

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

概览

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

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

详细说明

The oaWinNS class implements the Windows name space used in name mapping。 In conjunction with oaName objects, this class provides mapping between names in the Windows name space and the internal format of an oaName 。 See the Name Mapping Section of the Programmers for more information。 The Windows namespace reflects the rules for creating directory names on Windows filesystems。 It is used internally by OpenAccess to create cell and view directory names in libraries that are stored on such filesystems。 This does not mean that applications must use this name space directly。 The name mapping provided by the oaScalarNames used in the API allows the application to create the names with any name space they prefer。 The Windows name space supports only scalar names。 It does not support indexed, vectored, bundled, or hierarchical names。 The Windows name space is case-insensitive and has reserved keywords。 See the Windows Name Space Section of the Programmers Guide for a more detailed description of the characteristics of the Windows name space。

构造函数

_base.oaWinNS()

obj = _base.oaWinNS()

_base.oaWinNS(ns)

obj = _base.oaWinNS(ns)

方法总览

状态 Python 调用
obj.operator=(ns)

方法说明

obj.operator=(ns)

绑定状态: 已绑定

Python 调用: obj.operator=(ns)

Python 示例

from oapy._oa import _base

# assume obj is a oaWinNS
obj.operator=(ns)