MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / sort_ndks

Function sort_ndks

tools/scripts/android/matrix.py:411–412  ·  view source on GitHub ↗
(ndks)

Source from the content-addressed store, hash-verified

409
410
411def sort_ndks(ndks):
412 return sorted(ndks, key=cmp_to_key(compare_ndk), reverse=True)
413
414
415def readme(matrices, file, **kw):

Callers 1

readmeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected