pycopy-lib
pycopy-lib copied to clipboard
typing: Adds NewType and TypeAlias
Adds a couple more types in the typing
module, namely:
-
NewType
(https://docs.python.org/3/library/typing.html#typing.NewType) -
TypeAlias
(https://docs.python.org/3/library/typing.html#typing.TypeAlias)