Whenever I do str(integer)
to cast to string, pycharm would highlight the str part and claim Unresolved Reference 'str'
Why? I thought str is a built in python function that should work universally.
I have Python 3.5 running from Vagrant configured as the interpreter that is setup following this: https://www.jetbrains.com/help/pycharm/2016.1/configuring-remote-interpreters-via-vagrant.html
I tried invalidating cache from Pycharm but it didn't work