I am new to Eclipse + PyDev. Where can I find the definition of the following icons? I searched a bit but no results.
I guess the C means class and M means Method. But what do the other slightly different ones mean?
As I checked, the tuple
and str
are both classes within the __builtins__
module, why their icons are different?