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

Function initModule

src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445};
446
447PyObject* initModule()
448{
449 return Base::Interpreter().addModule(new Module);
450}
451
452} // namespace TechDrawGui

Callers 1

PyMOD_INIT_FUNCFunction · 0.70

Calls 1

addModuleMethod · 0.45

Tested by

no test coverage detected