remove

DimMember.remove(*to_remove)

移除当前成员对象

参数

*to_remove (DimMember) – 需要移除的成员对象

返回

成员对象容器

警告

返回值是成员对象容器,需要调用容器的 members 才能执行操作。 如果当前成员对象存在于 *to_remove 中,则移除当前成员对象,否则,直接返回。 此函数一般用于和 Dimensionselect 搭配使用,不推荐单独使用。