Expose function for converting C conduit pointer to Python object
We already use PyConduit_Node_Python_Wrap
internally for creating a PyObject
out of a conduit_node*
. This MR exposes this function to the consumers of catalyst.
This is required for paraview!6614 (merged).
I don't have a test here yet but we have verified that it works as indented under linux and macos in the context of paraview!6614 (merged). I will be adding a test as a separate MR.
Edited by Christos Tsolakis