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