| 3638 | |
| 3639 | |
| 3640 | SWIGINTERNINLINE PyObject* |
| 3641 | SWIG_From_unsigned_SS_long (unsigned long value) |
| 3642 | { |
| 3643 | return (value > LONG_MAX) ? |
| 3644 | PyLong_FromUnsignedLong(value) : PyInt_FromLong(static_cast< long >(value)); |
| 3645 | } |
| 3646 | |
| 3647 | |
| 3648 | SWIGINTERNINLINE PyObject * |
no outgoing calls
no test coverage detected