nngogol / PySimpleGUIDocGen

Software for making documentation for PySimpleGUI
9 stars 2 forks source link

Remove Type Annotations unless in comments #14

Open MikeTheWatchGuy opened 5 years ago

MikeTheWatchGuy commented 5 years ago

I can't use type annotations. The only kind I can use are the comments based ones like found in PEP 526 https://www.python.org/dev/peps/pep-0526/

Again the reason is legacy Python. And it's only for the PySimpleGUI.py file, not any of the other ports are they are all 3.x

MikeTheWatchGuy commented 5 years ago

It means the kind that are not comments