Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
def
c_array(ctype, values):
57
return
(ctype * len(values))(*values)
58
59
60
def
c_str(string):
Callers
3
load_from_csr
Function · 0.70
load_from_csc
Function · 0.70
load_from_mat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected