Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ _convert
Function
_convert
gui/utils/sorter.py:8–9 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
6
7
8
def
_convert(text):
9
return
int(text)
if
text.isdigit()
else
text
10
11
12
def
smartSort(key):
Callers
1
smartSort
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected