MCPcopy 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
902bool PythonWrapper::loadCoreModule()
903{
904 return loadPySideModule("QtCore", SbkPySide_QtCoreTypes);
905}
906
907bool PythonWrapper::loadGuiModule()
908{

Callers 12

createWrapperMethod · 0.80
PreferencePagePythonMethod · 0.80
wrapFromWidgetFactoryFunction · 0.80
loadMethod · 0.80
addPluginPathMethod · 0.80
setWorkingDirectoryMethod · 0.80
TaskWatcherPythonMethod · 0.80
tryLoadFormMethod · 0.80
createControlWidgetMethod · 0.80
TaskPostExtractionMethod · 0.80

Calls 1

loadPySideModuleFunction · 0.85

Tested by

no test coverage detected