Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ initModule
Function
initModule
src/Mod/Fem/App/AppFemPy.cpp:428–431 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
426
};
427
428
PyObject* initModule()
429
{
430
return Base::Interpreter().addModule(new Module);
431
}
432
433
} // namespace Fem
Callers
1
PyMOD_INIT_FUNC
Function · 0.70
Calls
1
addModule
Method · 0.45
Tested by
no test coverage detected