| 1297 | } SwigPyClientData; |
| 1298 | |
| 1299 | SWIGRUNTIMEINLINE int |
| 1300 | SWIG_Python_CheckImplicit(swig_type_info *ty) |
| 1301 | { |
| 1302 | SwigPyClientData *data = (SwigPyClientData *)ty->clientdata; |
| 1303 | int fail = data ? data->implicitconv : 0; |
| 1304 | if (fail) |
| 1305 | PyErr_SetString(PyExc_TypeError, "Implicit conversion is prohibited for explicit constructors."); |
| 1306 | return fail; |
| 1307 | } |
| 1308 | |
| 1309 | SWIGRUNTIMEINLINE PyObject * |
| 1310 | SWIG_Python_ExceptionType(swig_type_info *desc) { |
nothing calls this directly
no outgoing calls
no test coverage detected