| 1202 | #if defined(SWIGPYTHON_BUILTIN) |
| 1203 | |
| 1204 | SWIGINTERN void |
| 1205 | SwigPyBuiltin_AddPublicSymbol(PyObject *seq, const char *key) { |
| 1206 | PyObject *s = PyString_InternFromString(key); |
| 1207 | PyList_Append(seq, s); |
| 1208 | Py_DECREF(s); |
| 1209 | } |
| 1210 | |
| 1211 | SWIGINTERN void |
| 1212 | SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) { |
no outgoing calls
no test coverage detected