Jake Bailey
Jake Bailey
 
Actually, all of these menus are colored like this, including the WiFi menu, power menu and so on.
Just tested it, and your changes seem to be working correctly. I don't think you've missed anything. I'll make a comment here if I find something else that got broken.
Another example, this time from Chrome (although it looks like a different shade of blue). 
You're unfortunately hitting quite a mix of different issues. The stubs we have for matplotlib are a little outdated and need to be updated (I wrote them many months ago),...
I think part of the first thing here would be to recognize `cached_property` as a property at all. `property` is a specialized thing; I'm not sure if we have any...
For reference, though, we didn't add this "expansion" that would normally happen at runtime. Not sure that we ever will given the non-static nature of these types of docstrings, but...
I'm not sure about "documentation stubs" (that requires greater thought, especially as the python ecosystem moves to inlining types as a single source of truth), but I do know that...
Just note that type stubs effectively replace the source files in the eyes of the analysis, so if you add stubs, they should have all of the types filled out...
`six.moves` appears to be a module that gets dynamically generated in memory by `six.py` at runtime and doesn't appear on disk (but, has a stub via typeshed), hence the "missing...