| 1151 | #if defined(SWIGPYTHON_BUILTIN) |
| 1152 | |
| 1153 | SWIGINTERN void |
| 1154 | SwigPyBuiltin_AddPublicSymbol(PyObject *seq, const char *key) { |
| 1155 | PyObject *s = PyString_InternFromString(key); |
| 1156 | PyList_Append(seq, s); |
| 1157 | Py_DECREF(s); |
| 1158 | } |
| 1159 | |
| 1160 | SWIGINTERN void |
| 1161 | SWIG_Python_SetConstant(PyObject *d, PyObject *public_interface, const char *name, PyObject *obj) { |
no outgoing calls
no test coverage detected