MCPcopy
hub / github.com/psf/black / func

Function func

tests/data/cases/python37.py:12–20  ·  tests/data/cases/python37.py::func
()

Source from the content-addressed store, hash-verified

10
11
12async def func():
13 await ...
14 if test:
15 out_batched = [
16 i
17 async for i in aitertools._async_map(
18 self.async_inc, arange(8), batch_size=3
19 )
20 ]
21
22
23def awaited_generator_value(n):

Calls

no outgoing calls

Tested by

no test coverage detected