Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ loadCoreModule
Method
loadCoreModule
src/Gui/PythonWrapper.cpp:902–905 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
900
}
901
902
bool PythonWrapper::loadCoreModule()
903
{
904
return loadPySideModule(
"QtCore"
, SbkPySide_QtCoreTypes);
905
}
906
907
bool PythonWrapper::loadGuiModule()
908
{
Callers
12
createWrapper
Method · 0.80
PreferencePagePython
Method · 0.80
wrapFromWidgetFactory
Function · 0.80
load
Method · 0.80
addPluginPath
Method · 0.80
setWorkingDirectory
Method · 0.80
TaskWatcherPython
Method · 0.80
tryLoadForm
Method · 0.80
createDisplayTaskWidget
Method · 0.80
createExtractionTaskWidget
Method · 0.80
createControlWidget
Method · 0.80
TaskPostExtraction
Method · 0.80
Calls
1
loadPySideModule
Function · 0.85
Tested by
no test coverage detected