| 4016 | |
| 4017 | template <class Type> |
| 4018 | inline PyObject *from(const Type& val) { |
| 4019 | return traits_from<Type>::from(val); |
| 4020 | } |
| 4021 | |
| 4022 | template <class Type> |
| 4023 | inline PyObject *from_ptr(Type* val, int owner) { |
no outgoing calls
no test coverage detected