跳到主要内容

TagScope

类型: 枚举
领域: 其他公共符号
推荐导入: from cadflow import TagScope

签名

class TagScope(str, Enum)

功能说明

TagScope 是 CadFlow 其他公共符号领域的公共枚举。

原始 API 说明

Supported projections of the semantic binding store.

异常

源码 Docstring 未声明更窄的异常契约。类型、数值、所有权、路径或后端状态无效时,仍可能抛出相应公共异常。

公共成员

成员类型签名说明
EFFECTIVEconstant-Supported projections of the semantic binding store.
INHERITEDconstant-Supported projections of the semantic binding store.
LINEAGEconstant-Supported projections of the semantic binding store.
LOCALconstant-Supported projections of the semantic binding store.

行为与约束

  • 以下契约由当前公共运行时签名生成;所有权与工作流限制见对应领域说明。

导入检查

from cadflow import TagScope

相关内容