base# 该模块定义了所有的作用域类的基类. 所有的作用域类都必须继承自该基类. 该基类不应该被直接使用. class wow_wtf_manager.scope.base.BaseScope[source]# Base class for all scope classes. This class should not be used directly. apply(dry_run: bool = True, **kwargs)[source]# Abstract method, apply configuration to this scope