Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ c_str
Function
c_str
tests/c_api_test/test_.py:60–61 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
58
59
60
def
c_str(string):
61
return
ctypes.c_char_p(string.encode(
'ascii'
))
62
63
64
def
load_from_file(filename, reference):
Callers
6
load_from_file
Function · 0.70
save_to_binary
Function · 0.70
load_from_csr
Function · 0.70
load_from_csc
Function · 0.70
load_from_mat
Function · 0.70
test_booster
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected