| 2638 | #endif |
| 2639 | |
| 2640 | SWIGINTERN Py_hash_t |
| 2641 | SwigPyObject_hash(PyObject *obj) { |
| 2642 | SwigPyObject *sobj = (SwigPyObject *)obj; |
| 2643 | void *ptr = sobj->ptr; |
| 2644 | return (Py_hash_t)ptr; |
| 2645 | } |
| 2646 | |
| 2647 | SWIGINTERN Py_hash_t |
| 2648 | SWIG_PyNumber_AsPyHash(PyObject *obj) { |
nothing calls this directly
no outgoing calls
no test coverage detected