| 1760 | } |
| 1761 | |
| 1762 | SWIGRUNTIME PyObject * |
| 1763 | SwigPyObject_oct(SwigPyObject *v) |
| 1764 | { |
| 1765 | return SwigPyObject_format("%o",v); |
| 1766 | } |
| 1767 | |
| 1768 | SWIGRUNTIME PyObject * |
| 1769 | SwigPyObject_hex(SwigPyObject *v) |
nothing calls this directly
no test coverage detected