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

Function t

tests/data/py_38/python38.py:18–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16a : Tuple[ str, int] = "1", 2
17a: Tuple[int , ... ] = b, *c, d
18def t():
19 a : str = yield "a"
20
21
22# output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected