Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
447
PyObject* initModule()
448
{
449
return Base::Interpreter().addModule(new Module);
450
}
451
452
} // namespace TechDrawGui
Callers
1
PyMOD_INIT_FUNC
Function · 0.70
Calls
1
addModule
Method · 0.45
Tested by
no test coverage detected