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

Function plus

Doc/includes/mp_pool.py:24–26  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

22 return a * b
23
24def plus(a, b):
25 time.sleep(0.5 * random.random())
26 return a + b
27
28def f(x):
29 return 1.0 / (x - 5.0)

Callers

nothing calls this directly

Calls 2

sleepMethod · 0.45
randomMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…