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

Function starmapstar

Lib/multiprocessing/pool.py:50–51  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

48 return list(map(*args))
49
50def starmapstar(args):
51 return list(itertools.starmap(args[0], args[1]))
52
53#
54# Hack to embed stringification of remote traceback in local traceback

Callers

nothing calls this directly

Calls 2

listClass · 0.85
starmapMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…