MCPcopy Index your code
hub / github.com/python/cpython / mul

Function mul

Lib/test/profilee.py:48–53  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

46 return 1
47
48def mul(a, b):
49 # 20 calls
50 # 1 tick, local
51 global TICKS
52 TICKS += 1
53 return a * b
54
55def helper():
56 # 2 calls

Callers 1

factorialFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected