Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
def
smartSort(key):
13
return
[_convert(c)
for
c in re.split(
'([0-9]+)'
, key)]
Callers
3
getSubMenu
Method · 0.90
getSubMenu
Method · 0.90
_getPatterns
Method · 0.90
Calls
1
_convert
Function · 0.85
Tested by
no test coverage detected