MCPcopy Index your code
hub / github.com/python/cpython / sortwords

Function sortwords

Lib/test/test_keywordonlyarg.py:24–25  ·  view source on GitHub ↗
(*words, reverse=False, **kwargs)

Source from the content-addressed store, hash-verified

22 return sorted(list(nums), reverse=reverse)
23
24def sortwords(*words, reverse=False, **kwargs):
25 return sorted(list(words), reverse=reverse)
26
27class Foo:
28 def __init__(self, *, k1, k2=0):

Callers 1

testFunctionCallMethod · 0.85

Calls 1

listClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…