Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/python-for-matlab-development
/ main
Function
main
code/basics/timer_decorator.py:49–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
return
sum(range(N))
48
49
def
main():
50
sleeper(2)
51
S = add_numbers(100000000)
52
sleeper(3)
53
54
if
__name__ ==
"__main__"
: main()
Callers
1
timer_decorator.py
File · 0.70
Calls
2
sleeper
Function · 0.85
add_numbers
Function · 0.85
Tested by
no test coverage detected