Auto complete

Answered

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

0
1 comment

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.

0

Please sign in to leave a comment.