Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test
Function · 0.70
find_code
Function · 0.50
Calls
1
print
Function · 0.85
Tested by
no test coverage detected