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

Function case_1_seconds_skip

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

Source from the content-addressed store, hash-verified

27
28@TimedCall(seconds=0.1, skip_timing=True, force_quit=True)
29def case_1_seconds_skip(arg=None):
30 time.sleep(1)
31 return "good" if not arg else arg
32
33
34@TimedCall(seconds=0.1, force_quit=True)

Callers 1

test_skip_timingMethod · 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…