MCPcopy 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

1from functools import partial
2from inspect import getargspec, ismethod
3
4def keywords_first(f):

Callers

nothing calls this directly

Calls 4

partialFunction · 0.85
keywords_firstFunction · 0.85
kfpartialFunction · 0.85
funFunction · 0.70

Tested by

no test coverage detected