(self, registry: RegistryAdapter)
| 96 | # NOTE: 统一管理防护软件策略位,避免 UI 直接操作敏感键 |
| 97 | |
| 98 | def __init__(self, registry: RegistryAdapter) -> None: |
| 99 | self.registry = registry |
| 100 | |
| 101 | def disable(self) -> Result: |
| 102 | start = time.perf_counter() |
nothing calls this directly
no outgoing calls
no test coverage detected