Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_extension
Function
init_extension
api/python/src/pyLIEF.cpp:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
namespace LIEF::py {
81
82
void init_extension(nb::module_& m) {
83
m.attr(
"__extended__"
) = false;
84
}
85
86
void init_object(nb::module_& m) {
87
nb::class_<Object>(m,
"Object"
)
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected