MCPcopy
hub / github.com/psf/black / f

Function f

tests/data/cases/function2.py:1–15  ·  view source on GitHub ↗
(
  a,
  **kwargs,
)

Source from the content-addressed store, hash-verified

1def f(
2 a,
3 **kwargs,
4) -> A:
5 with cache_dir():
6 if something:
7 result = (
8 CliRunner().invoke(black.main, [str(src1), str(src2), "--diff", "--check"])
9 )
10 limited.append(-limited.pop()) # negate top
11 return A(
12 very_long_argument_name1=very_long_value_for_the_argument,
13 very_long_argument_name2=-very.long.value.for_the_argument,
14 **kwargs,
15 )
16def g():
17 "Docstring."
18 def inner():

Callers

nothing calls this directly

Calls 4

cache_dirFunction · 0.85
popMethod · 0.80
AClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected