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

Function g

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

Source from the content-addressed store, hash-verified

6
7
8def g():
9 return (
10 something_long * something_long
11 async for something_long in async_generator(with_an_argument)
12 )
13
14
15async def func():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected