Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arximboldi/immer
/ initimmer_python_module
Function
initimmer_python_module
extra/python/src/immer-raw.cpp:385–385 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
PyMODINIT_FUNC PyInit_immer_python_module() { return module_init(); }
384
#else
385
PyMODINIT_FUNC initimmer_python_module() { module_init(); }
386
#endif
387
}
Callers
nothing calls this directly
Calls
1
module_init
Function · 0.85
Tested by
no test coverage detected