Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ fun
Function
fun
recipes/Python/577922_partial_out_order/recipe-577922.py:18–18 ·
view source on GitHub ↗
(a, b, c=3)
Source
from the content-addressed store, hash-verified
16
17
@keywords_first
18
def
fun(a, b, c=3):
return
a, b, c
19
20
print fun(1, 3, b=2)
# normally: TypeError: f() got multiple values for keyword argument 'b'
21
Callers
5
recipe-577922.py
File · 0.70
inner
Function · 0.50
integ
Function · 0.50
inner
Function · 0.50
disk_usage
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected