StlIString
模块: oapy._oa._common
导入: from oapy._oa import _common
概览
StlIString 在 oapy 中可用,可通过 _common 模块访问。
本页汇总 StlIString 当前在 oapy 中可用的 Python 接口。
构造函数
_common.StlIString(str)
obj = _common.StlIString(str)
方法总览
| 状态 | Python 调用 |
|---|---|
| ✅ | obj.str() |
方法说明
obj.str()
绑定状态: 已绑定
Python 调用: obj.str()
This function returns a pointer to the character buffer of the string。 It is guaranteed to be valid while the IString exists。 When the final release of the IString is called, this pointer may no longer be valid。 实现 IString。
Python 示例
from oapy._oa import _common
# assume obj is a StlIString
obj.str()