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

Function case_1_seconds_timeout_warning

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

Source from the content-addressed store, hash-verified

39
40@TimedCall(seconds=0.1, force_quit=False)
41def case_1_seconds_timeout_warning(arg=None):
42 time.sleep(1)
43 return "good" if not arg else arg
44
45
46@TimedCall(seconds=0.1, force_quit=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…