Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JSBSim-Team/jsbsim
/ getPyExc
Method
getPyExc
python/fpectl/fpectlmodule.h:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
: pyexc(_pyexc), msg(_msg) {}
36
const char* what() const throw() { return msg.c_str(); }
37
PyObject* getPyExc() const { return pyexc; }
38
~FloatingPointException() throw() {}
39
40
private:
Callers
1
convertJSBSimToPyExc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected