Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-10690

Python type hints: support constrained TypeVars

Details

    • Bug
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • sdk-py-core

    Description

      Support the following syntax when converting to internal Beam types,
      and raise a TypeCheckError when trying to bind anything that isn't Any, one of the listed types, or a subtype of the listed types.

      AnyStr = TypeVar('AnyStr', Text, bytes)
      

      See: https://www.python.org/dev/peps/pep-0484/#generics (lots of cases to check)

      Attachments

        Activity

          People

            Unassigned Unassigned
            udim Udi Meiri
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: