MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / initModule

Function initModule

src/Mod/MeshPart/App/AppMeshPartPy.cpp:629–632  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627};
628
629PyObject* initModule()
630{
631 return Base::Interpreter().addModule(new Module);
632}
633
634} // namespace MeshPart
635// clang-format on

Callers 1

PyMOD_INIT_FUNCFunction · 0.70

Calls 1

addModuleMethod · 0.45

Tested by

no test coverage detected