Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeelaChessZero/lc0
/ AddInitialization
Method
AddInitialization
scripts/pybind/__init__.py:179–181 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
177
return
ex
178
179
def
AddInitialization(self, s):
180
assert isinstance(s, str)
181
self.initialization.append(s)
182
183
def
Generate(self, w):
184
w.Write(
'// This file is AUTOGENERATED, do not edit.'
)
Callers
1
gen_py_bindings.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected