Return a tuple containing a function which converts a list into a numpy array and the type produced by the converter function.
| Parameters: | numpy_type : numpy data-type
|
|---|---|
| Returns: | (converter, converter_type) : (function, generic data-type)
|
| Raises: | ValueError
|