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

Method __init__

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

Source from the content-addressed store, hash-verified

143 # NOTE: 统一管理云盘同步开关,减少键值误写的风险
144
145 def __init__(self, registry: RegistryAdapter) -> None:
146 self.registry = registry
147
148 def disable(self) -> Result:
149 start = time.perf_counter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected