Get Func
Module to get read functions.
ReadFunc
get_read_func(data_type)
Get the read function for the data type.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data_type
|
SupportedData
|
Data type. |
required |
Returns:
| Type | Description |
|---|---|
callable
|
Read function. |