Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_module
Function
init_module
api/python/src/platforms/android/pyAndroid.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
55
void init_module(nb::module_& m) {
56
nb::module_ android = m.def_submodule(
"Android"
,
"Python API for Android platform"
);
57
58
init_versions(android);
59
}
60
}
Callers
1
init_platforms
Function · 0.50
Calls
1
init_versions
Function · 0.85
Tested by
no test coverage detected