MCPcopy 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

80namespace LIEF::py {
81
82void init_extension(nb::module_& m) {
83 m.attr("__extended__") = false;
84}
85
86void init_object(nb::module_& m) {
87 nb::class_<Object>(m, "Object")

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected