rope icon indicating copy to clipboard operation
rope copied to clipboard

Support for python3.5 typing module

Open emacsway opened this issue 9 years ago • 3 comments

Looks like we need support all types of python standard library typing.

  • https://docs.python.org/3/library/typing.html
  • https://pypi.python.org/pypi/backports.typing
  • https://pypi.org/project/typing/
  • https://pypi.python.org/pypi/typing (supports for Python2.7)
  • https://hg.python.org/cpython/file/3.5/Lib/typing.py

emacsway avatar Oct 29 '16 13:10 emacsway

@soupytwist , assign to me, please

emacsway avatar Oct 29 '16 13:10 emacsway

@soupytwist , I think, we have to add support of metaclass... I don't see another way...

emacsway avatar Nov 25 '16 00:11 emacsway

Here's how this problem is resolved in jedi: https://github.com/davidhalter/jedi/blob/be2a97cd36ce1b7d6f587ef122efc3433b1e8ae2/jedi/evaluate/jedi_typing.py

emacsway avatar Nov 25 '16 15:11 emacsway