| 309 | // |
| 310 | |
| 311 | PyObject * |
| 312 | Rand32::wrap (const IMATH_NAMESPACE::Rand32 &r) |
| 313 | { |
| 314 | boost::python::return_by_value::apply <IMATH_NAMESPACE::Rand32>::type converter; |
| 315 | PyObject *p = converter (r); |
| 316 | return p; |
| 317 | } |
| 318 | |
| 319 | PyObject * |
| 320 | Rand48::wrap (const IMATH_NAMESPACE::Rand48 &r) |
nothing calls this directly
no outgoing calls
no test coverage detected