DEBSOURCES
Skip Quicknav
sources / python-makefun / 1.15.4-2 / tests / _test_py38.py
1234
def make_pos_only_f(): def f(a, b, c, /, *, d, **e): return a + b + c + d + sum(e) return f