MCPcopy Create free account
hub / github.com/SimVascular/SimVascular / error

Method error

Code/Source/PythonAPI/PyUtils.cxx:58–62  ·  view source on GitHub ↗

------- error ------- Set the Python exception description.

Source from the content-addressed store, hash-verified

56// Set the Python exception description.
57//
58void PyUtilApiFunction::error(std::string msg)
59{
60 auto emsg = this->msgp + msg;
61 PyErr_SetString(this->pyError, emsg.c_str());
62}
63
64//-----------
65// argsError

Callers 15

GetVtkPolyDataFunction · 0.80
GetGeometryObjectsFunction · 0.80
Geom_align_profileFunction · 0.80
Geom_average_pointFunction · 0.80
Geom_point_insideFunction · 0.80
Geom_local_blendFunction · 0.80
Geom_loftFunction · 0.80
Geom_loft_nurbsFunction · 0.80
Geom_reduceFunction · 0.80
Geom_unionFunction · 0.80
Geom_intersectFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected