Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
a : Tuple[ str, int] =
"1"
, 2
17
a: Tuple[int , ... ] = b, *c, d
18
def
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