Auto complete
已回答
Hello. Use PyCharm 2016.3.2 and Python 3.6 . Where autocomplete for "gg"? (update, digest, etc)

请先登录再写评论。
Hi there,
It happens because hashlib is an extension module, and our external annotations for such libraries, python-skeletons, lacks type hints for it. There is a known issue about the problem. As a workaround, you can try using .pyi stub from typeshed in your project. Just drop the file somewhere in your project roots or interpreter paths.