As we know, map
is a Python built-in function.
I use PyCharm 3.4.1 currently, and it reports an
Unresolved reference 'map'
in my code:
a = map(int, [1,2,3])
where the map word was with red waved underscore, and shows this tip of message.
I've been reading about the question: PyCharm shows unresolved references error for valid code
And did File | Invalidate Caches... and restarting PyCharm helps.
But problem still unsolved.
For more info, I'm working on a Django 1.6 object. The project interpreter is as below: