module documentation

Payload converter types and implementations for data conversion.

Function _get_iso_datetime_parser Isolates system version check and returns relevant datetime passer
Variable _JSONTypeConverterUnhandled Undocumented
Variable _sym_db Undocumented
def _get_iso_datetime_parser() -> Callable[[str], datetime]: (source)

Isolates system version check and returns relevant datetime passer

Returns
Callable[[str], datetime]A callable to parse date strings into datetimes.
_JSONTypeConverterUnhandled = (source)

Undocumented

Undocumented