Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lief-project/LIEF
/ init_objects
Function
init_objects
api/python/src/ART/init.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
namespace LIEF::ART::py {
30
31
inline void init_objects(nb::module_& m) {
32
CREATE(Parser, m);
33
CREATE(File, m);
34
CREATE(Header, m);
35
}
36
37
inline void init_enums(nb::module_& m) {
38
nb::enum_<STORAGE_MODES>(m,
"STORAGE_MODES"
)
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected