This symbol is a type alias.
Source:
MaterializedValue = Union[
bool,
int,
float,
complex,
str,
bytes,
numpy.generic,
numpy.ndarray,
Iterable[Union[bool, int, float, complex, str, bytes, numpy.generic, numpy.ndarray]]
]