Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Type hint produces Syntax error
Post: RE: Type hint produces Syntax error

Thanks ! (venv) [...]>python -c "import sys; print(sys.executable)" [...]\venv\Scripts\python.exe (venv) [...]>pip -V pip 9.0.1 from [...]\venv\lib\site-packages\pip-9.0.1-py3.7.egg (python 3...
Digamma General Coding Help 4 10,577 Apr-27-2018, 06:50 AM
    Thread: Type hint produces Syntax error
Post: RE: Type hint produces Syntax error

Sorry, here is the full traceback : Error:(venv) [...]>type_hint_test.py File "[...]\type_hint_test.py", line 2 def some_function(some_arg: str) -> bool: ^ S...
Digamma General Coding Help 4 10,577 Apr-26-2018, 08:24 AM
    Thread: Type hint produces Syntax error
Post: Type hint produces Syntax error

Hi, I use PyCharm and a venv based on Python 3.7 I want to use type hint : def some_function(some_arg: str) -> bool: return "some_str" == some_argCode inspection doesn't reveal any suspicious co...
Digamma General Coding Help 4 10,577 Apr-25-2018, 11:35 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020