MCPcopy Create free account
hub / github.com/Apress/python-for-matlab-development / sleeper

Function sleeper

code/basics/timer_decorator.py:42–43  ·  view source on GitHub ↗
(sec)

Source from the content-addressed store, hash-verified

40
41@timer
42def sleeper(sec):
43 time.sleep(sec)
44
45@timer
46def add_numbers(N):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected