Auto-completion Icons
The auto-completer contains two columns of icons that indicate the origin and type of the symbol.
Symbol Origin
A Python keyword
A Python builtin
A snippet defined in the Snippets tool
An argument for the current function or method scope
A symbol found by introspecting the live runtime state
Symbol Type
A Python module
A class
A Python package
A method
A function
A dictionary
A tuple
A list
A string
An integer
A float
An exception
A Python stack frame
An object instance of some other type
Symbol Type Annotation
Symbol type icons may be annotated, as in the following examples:
An upward pointing arrow indicates that the symbol was inherited from a superclass
A leftward pointing arrow indicates that the symbol was imported with from x import <symbol> style import statement