MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / initModule

Function initModule

src/Mod/Web/App/AppWeb.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151};
152
153PyObject* initModule()
154{
155 return Base::Interpreter().addModule(new Module);
156}
157
158} // namespace Web
159

Callers 1

PyMOD_INIT_FUNCFunction · 0.70

Calls 1

addModuleMethod · 0.45

Tested by

no test coverage detected