Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_json
Function
init_json
api/python/src/pyLIEF.cpp:185–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
184
185
void init_json(nb::module_& m) {
186
m.def(
"to_json"
, &LIEF::to_json);
187
}
188
189
void init_range(nb::module_& m) {
190
nb::class_<LIEF::range_t>(m,
"range_t"
)
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected