Bases: object
object
Type Hint Builder class.
Build type hint from an instance..
type
A type.
Build the union type base on the given options.
options (collections.abc.Iterable[type, …]) – A tuple of types.
collections.abc.Iterable
The union of types.