MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / smartSort

Function smartSort

gui/utils/sorter.py:12–13  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

10
11
12def smartSort(key):
13 return [_convert(c) for c in re.split('([0-9]+)', key)]

Callers 3

getSubMenuMethod · 0.90
getSubMenuMethod · 0.90
_getPatternsMethod · 0.90

Calls 1

_convertFunction · 0.85

Tested by

no test coverage detected