MCPcopy 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
18def fun(a, b, c=3): return a, b, c
19
20print fun(1, 3, b=2) # normally: TypeError: f() got multiple values for keyword argument 'b'
21

Callers 5

recipe-577922.pyFile · 0.70
innerFunction · 0.50
integFunction · 0.50
innerFunction · 0.50
disk_usageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected