Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
sleeper(sec):
43
time.sleep(sec)
44
45
@timer
46
def
add_numbers(N):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected