MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / case_1_seconds_timeout

Function case_1_seconds_timeout

tests/test_timedcall_dist.py:35–37  ·  view source on GitHub ↗
(arg=None)

Source from the content-addressed store, hash-verified

33
34@TimedCall(seconds=0.1, force_quit=True)
35def case_1_seconds_timeout(arg=None):
36 time.sleep(1)
37 return "good" if not arg else arg
38
39
40@TimedCall(seconds=0.1, force_quit=False)

Callers 1

test_timeoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…