MCPcopy Create free account
hub / github.com/psf/black / awaited_generator_value

Function awaited_generator_value

tests/data/py_37/python37.py:25–26  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

23
24
25def awaited_generator_value(n):
26 return (await awaitable for awaitable in awaitable_list)
27
28
29def make_arange(n):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected