| 1426 | } |
| 1427 | |
| 1428 | SWIGRUNTIME PyObject * |
| 1429 | SwigPyObject_oct(SwigPyObject *v) |
| 1430 | { |
| 1431 | return SwigPyObject_format("%o",v); |
| 1432 | } |
| 1433 | |
| 1434 | SWIGRUNTIME PyObject * |
| 1435 | SwigPyObject_hex(SwigPyObject *v) |
nothing calls this directly
no test coverage detected