| 50 | { |
| 51 | }; |
| 52 | class convert_error : public std::exception |
| 53 | { |
| 54 | }; |
| 55 | |
| 56 | // push contents of return value from a PyObject to a vtkClientServerStream. |
| 57 | vtkClientServerStream& operator<<(vtkClientServerStream& os, PyObject* obj) |
no outgoing calls
no test coverage detected