| 1613 | } |
| 1614 | |
| 1615 | SWIGRUNTIME PyObject * |
| 1616 | SwigPyObject_str(SwigPyObject *v) |
| 1617 | { |
| 1618 | char result[SWIG_BUFFER_SIZE]; |
| 1619 | return SWIG_PackVoidPtr(result, v->ptr, v->ty->name, sizeof(result)) ? |
| 1620 | SWIG_Python_str_FromChar(result) : 0; |
| 1621 | } |
| 1622 | |
| 1623 | SWIGRUNTIME int |
| 1624 | SwigPyObject_compare(SwigPyObject *v, SwigPyObject *w) |
nothing calls this directly
no test coverage detected