MCPcopy 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
428PyObject* initModule()
429{
430 return Base::Interpreter().addModule(new Module);
431}
432
433} // namespace Fem

Callers 1

PyMOD_INIT_FUNCFunction · 0.70

Calls 1

addModuleMethod · 0.45

Tested by

no test coverage detected