MCPcopy 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
49def main():
50 sleeper(2)
51 S = add_numbers(100000000)
52 sleeper(3)
53
54if __name__ == "__main__": main()

Callers 1

timer_decorator.pyFile · 0.70

Calls 2

sleeperFunction · 0.85
add_numbersFunction · 0.85

Tested by

no test coverage detected