Skip to content

Get Func

Source

Module to get read functions.

ReadFunc

Bases: Protocol

Protocol for type hinting read functions.

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.