MCPcopy 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
8def _convert(text):
9 return int(text) if text.isdigit() else text
10
11
12def smartSort(key):

Callers 1

smartSortFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected