Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577922.py
File
recipe-577922.py
recipes/Python/577922_partial_out_order/recipe-577922.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
functools
import
partial
2
from
inspect
import
getargspec, ismethod
3
4
def
keywords_first(f):
Callers
nothing calls this directly
Calls
4
partial
Function · 0.85
keywords_first
Function · 0.85
kfpartial
Function · 0.85
fun
Function · 0.70
Tested by
no test coverage detected