Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ initModule
Function
initModule
src/Mod/TechDraw/App/AppTechDrawPy.cpp:1369–1372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1367
};
1368
1369
PyObject* initModule()
1370
{
1371
return Base::Interpreter().addModule(new Module);
1372
}
1373
1374
} // namespace TechDraw
Callers
1
PyMOD_INIT_FUNC
Function · 0.70
Calls
1
addModule
Method · 0.45
Tested by
no test coverage detected