pycopy-lib icon indicating copy to clipboard operation
pycopy-lib copied to clipboard

typing: Adds NewType and TypeAlias

Open colin-nolan opened this issue 1 year ago • 0 comments

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)

colin-nolan avatar Aug 06 '23 00:08 colin-nolan