MCPcopy Create free account
hub / github.com/NVlabs/SPADE / natural_sort

Function natural_sort

util/util.py:167–168  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

165
166
167def natural_sort(items):
168 items.sort(key=natural_keys)
169
170
171def str2bool(v):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected