| 1432 | } |
| 1433 | |
| 1434 | SWIGRUNTIME PyObject * |
| 1435 | SwigPyObject_hex(SwigPyObject *v) |
| 1436 | { |
| 1437 | return SwigPyObject_format("%x",v); |
| 1438 | } |
| 1439 | |
| 1440 | SWIGRUNTIME PyObject * |
| 1441 | SwigPyObject_repr(SwigPyObject *v) |
nothing calls this directly
no test coverage detected