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

Function func

tests/data/py_37/python37.py:15–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

add_tokenMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected