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

Method getPyExceptionType

src/Base/Exception.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139PyObject* Exception::getPyExceptionType() const
140{
141 return PyExc_FC_GeneralError;
142}
143
144void Exception::setPyException() const
145{

Callers 8

PyInitMethod · 0.80
RotationPyImp.cppFile · 0.80
setCustomAttributesMethod · 0.80
ExceptionProducerMethod · 0.80
PyInitMethod · 0.80
setActiveObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected