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

Method argsError

Code/Source/PythonAPI/PyUtils.cxx:72–76  ·  view source on GitHub ↗

----------- argsError ----------- Set the Python exception for arguments errors. This function has a pointer return type just so a nullptr can be returned.

Source from the content-addressed store, hash-verified

70// a nullptr can be returned.
71//
72PyObject *
73PyUtilApiFunction::argsError()
74{
75 return PyUtilResetException(this->pyError);
76}
77
78//---------
79// warning

Callers 15

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
Geom_subtractFunction · 0.80
Geom_check_surfaceFunction · 0.80

Calls 1

PyUtilResetExceptionFunction · 0.85

Tested by

no test coverage detected