MCPcopy Create free account
hub / github.com/WavesMan/Disable-automatic-Windows-update / __init__

Method __init__

python/core/services.py:98–99  ·  view source on GitHub ↗
(self, registry: RegistryAdapter)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected