Find name of converter used between types

Hi All

I was wondering if there was a way of accessing the name of the function specified in H5Tregister which will be used to convert between two types (similar to H5Tfind, but for the name rather than the function).

I’m working on improving h5py’s type conversion setup, and being able to assert that the correct converter is used would be a major help with this.

James

James, H5T_conv_t is a function pointer type and the library does not retain any symbolic information such as the function name in the source code. G.