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

Function bash_array

tools/scripts/android/matrix.py:477–478  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

475
476
477def bash_array(l):
478 return '(' + ' '.join([f"'{e}'" for e in l]) + ')'
479
480
481def known_apis(matrices, file, **kw):

Callers 1

known_apisFunction · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected