Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
PyObject* initModule()
154
{
155
return Base::Interpreter().addModule(new Module);
156
}
157
158
} // namespace Web
159
Callers
1
PyMOD_INIT_FUNC
Function · 0.70
Calls
1
addModule
Method · 0.45
Tested by
no test coverage detected