Don't add uses for magicmethods of builtin classes.

Authored by flherne on Sep 28 2017, 2:09 PM.

Description

Don't add uses for magicmethods of builtin classes.

No-one wants to examine our placeholder definition of
list.__getitem__, or see where it might be used.

This avoids highlighting e.g. [ in foo[0] when foo is a builtin
container, which can look rather strange.

Details

Committed
flherneSep 28 2017, 2:13 PM
Parents
R53:994ee76e4674: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown