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

Function starred_return

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

Source from the content-addressed store, hash-verified

2
3
4def starred_return():
5 my_list = ["value2", "value3"]
6 return "value1", *my_list
7
8
9def starred_yield():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected