| 1554 | } |
| 1555 | |
| 1556 | SWIGRUNTIME PyObject * |
| 1557 | SwigPyObject_oct(SwigPyObject *v) |
| 1558 | { |
| 1559 | return SwigPyObject_format("%o",v); |
| 1560 | } |
| 1561 | |
| 1562 | SWIGRUNTIME PyObject * |
| 1563 | SwigPyObject_hex(SwigPyObject *v) |
nothing calls this directly
no test coverage detected