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

Function trailing_comma

tests/data/simple_cases/function.py:77–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 """, re.MULTILINE | re.VERBOSE
76 )
77def trailing_comma():
78 mapping = {
79 A: 0.25 * (10.0 / 12),
80 B: 0.1 * (10.0 / 12),
81 C: 0.1 * (10.0 / 12),
82 D: 0.1 * (10.0 / 12),
83}
84def f(
85 a,
86 **kwargs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected