MCPcopy Create free account
hub / github.com/ActiveState/code / f

Function f

recipes/Python/578993_Keywordonly_arguments/recipe-578993.py:147–148  ·  view source on GitHub ↗
(a, b, c, d, e='e')

Source from the content-addressed store, hash-verified

145
146 @decorator_factory()
147 def f(a, b, c, d, e='e'):
148 print(a, b, c, d, e)
149
150 test(f)
151 test(f, 0, 1, 2, 3)

Callers 2

testFunction · 0.70
find_codeFunction · 0.50

Calls 1

printFunction · 0.85

Tested by

no test coverage detected