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

Function f

tests/data/simple_cases/function.py:84–94  ·  view source on GitHub ↗
(
  a,
  **kwargs,
)

Source from the content-addressed store, hash-verified

82 D: 0.1 * (10.0 / 12),
83}
84def f(
85 a,
86 **kwargs,
87) -> A:
88 return (
89 yield from A(
90 very_long_argument_name1=very_long_value_for_the_argument,
91 very_long_argument_name2=very_long_value_for_the_argument,
92 **kwargs,
93 )
94 )
95def __await__(): return (yield)
96
97# output

Callers

nothing calls this directly

Calls 1

AClass · 0.70

Tested by

no test coverage detected