Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ initModule
Function
initModule
src/Mod/MeshPart/App/AppMeshPartPy.cpp:629–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
627
};
628
629
PyObject* initModule()
630
{
631
return Base::Interpreter().addModule(new Module);
632
}
633
634
} // namespace MeshPart
635
// clang-format on
Callers
1
PyMOD_INIT_FUNC
Function · 0.70
Calls
1
addModule
Method · 0.45
Tested by
no test coverage detected