Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
PyObject* Exception::getPyExceptionType() const
140
{
141
return PyExc_FC_GeneralError;
142
}
143
144
void Exception::setPyException() const
145
{
Callers
8
PyInit
Method · 0.80
RotationPyImp.cpp
File · 0.80
setCustomAttributes
Method · 0.80
ExceptionProducer
Method · 0.80
PyInit
Method · 0.80
pyThrowWrappedBaseException
Function · 0.80
sActivateWorkbenchHandler
Method · 0.80
setActiveObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected