Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-735

PySide Type Hinting

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • None
    • 5.6, 5.9, 5.11.0
    • PySide
    • None

      Shortly after the TP, people began to ask for type hinting as IDE support.
      Since the signature extension exists now for quite a while, it makes sense
      to interface somehow to IDEs.

      Some IDEs can use the __signature__ property directly, which is most elegant
      and provides more information by introspection.

      For all other IDEs, Python Stub Files (.pyi) are generated during execution of
      the setup.py script.

      This task has low priority since it is itself debatable to be just nice-to-have,
      but it puts a high impact on the correctness of several modules which are
      connected to the signature extension.

        For Gerrit Dashboard: PYSIDE-735
        # Subject Branch Project Status CR V

            ctismer Christian Tismer
            ctismer Christian Tismer
            Harald Kjølberg Harald Kjølberg (Inactive)
            Alex Blasche Alex Blasche
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes