check_exist

classmethod DeepConnector.check_exist(ele_name, ele_type=None, folder=None, path=None, silent=True)

查询元素是否存在

参数
  • ele_name (str) – 元素名

  • ele_type (Optional[str]) – 元素类型

  • folder (Optional[str]) – 文件夹id

  • path (Optional[str]) – 文件夹路径

  • silent (bool) – 元素不唯一是是否报错

返回类型

Union[ModuleServerNameVO, ElementRelationInfo, int]

返回

  • 当指定 silentTrue 时,返回查询到的元素个数( int 类型)。

  • 当指定 silentFalse 时,如果元素个数唯一,返回该元素 ( ModuleServerNameVOElementRelationInfo 类型),否则将报错。