Module utilities.type_handling

type_handling.py - Convenience functions for checking and converting object types

as well as objects for type type hints.

Functions overview

to_scalar(value[,Β str_type])

Functions

utilities.type_handling.to_scalar(value, str_type: str | None = None)[source]