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

Method __init__

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

Source from the content-addressed store, hash-verified

31 # NOTE: 提供暂停/恢复更新的高层接口;时间策略来自配置或默认值,保证幂等调用
32
33 def __init__(self, registry: RegistryAdapter) -> None:
34 self.registry = registry
35
36 def pause(self, max_days: int, start_iso: str, end_iso: str) -> Result:
37 start = time.perf_counter()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected