MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / c_array

Function c_array

tests/c_api_test/test_.py:56–57  ·  view source on GitHub ↗
(ctype, values)

Source from the content-addressed store, hash-verified

54
55
56def c_array(ctype, values):
57 return (ctype * len(values))(*values)
58
59
60def c_str(string):

Callers 3

load_from_csrFunction · 0.70
load_from_cscFunction · 0.70
load_from_matFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected