MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / call

Function call

deploy/sbom/resolve_licenses_test.py:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 times: list[float] = []
21
22 def call() -> None:
23 _rate_limit(domain, interval=interval)
24 times.append(time.monotonic())
25
26 with ThreadPoolExecutor(max_workers=3) as pool:
27 list(pool.map(lambda _: call(), range(3)))

Callers 1

Calls 1

_rate_limitFunction · 0.90

Tested by

no test coverage detected