First time here? Check out the FAQ!

Andreas Schumann's profile - activity

2019-04-12 12:06:53 -0500 received badge Famous Question (source)
2019-04-12 12:06:53 -0500 received badge Notable Question (source)
2019-04-12 12:06:53 -0500 received badge Popular Question (source)
2019-03-07 09:13:43 -0500 received badge Student (source)
2019-03-07 09:13:42 -0500 marked best answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

PEP-484 (Type Hints) has been introduced with Python 3.5. PEP-484 is also proposing how to use type hints using Python 2.7. Does Wing IDE support type hints for Python 2.7?

2018-09-07 08:32:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

I've installed Wing 7 Alpha but I still don't get any warnings...And somehow I don't see any hints at all...

2018-05-04 10:59:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

With Optional (nor Union) I don't get any hints. Only if I set it to only one type (e.g. type: str). At least in the cas

2018-05-04 05:23:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

I've installed now the typing module for Python 2.7.How does Wing support me now in checking the type? E.g. if I code: p

2018-04-27 12:15:00 -0500 commented answer Does WingIDE support PEP-484 (Type hints) for Python 2.7?

But how?I have the following simple Python module that uses one of theĀ formats, which is proposed inĀ PEP-484 for Python

2018-04-27 10:54:00 -0500 asked a question Does WingIDE support PEP-484 (Type hints) for Python 2.7?

Does WingIDE support PEP-484 (Type hints) for Python 2.7? PEP-484 (Type Hints) has been introduced with Python 3.5. PEP-