| 1766 | } |
| 1767 | |
| 1768 | SWIGRUNTIME PyObject * |
| 1769 | SwigPyObject_hex(SwigPyObject *v) |
| 1770 | { |
| 1771 | return SwigPyObject_format("%x",v); |
| 1772 | } |
| 1773 | |
| 1774 | SWIGRUNTIME PyObject * |
| 1775 | SwigPyObject_repr(SwigPyObject *v) |
nothing calls this directly
no test coverage detected