Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
def
mul(a, b):
49
# 20 calls
50
# 1 tick, local
51
global TICKS
52
TICKS += 1
53
return
a * b
54
55
def
helper():
56
# 2 calls
Callers
1
factorial
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected