Ivan Zakrevsky

Results 21 comments of Ivan Zakrevsky

@soupytwist , assign to me, please

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

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

https://github.com/python/typeshed

@soupytwist , probably, @sergeyglazyrindev should be added as member first.

@abingham , https://github.com/python-rope/rope/blob/master/rope/base/history.py

@abingham , what do you mean "for multi-project"?

@abingham , as I see, there is a [Composite pattern](https://en.wikipedia.org/wiki/Composite_pattern), which simple delegates calls to the Leaves, see: - https://github.com/python-rope/rope/blob/master/rope/refactor/multiproject.py#L44 - https://github.com/python-rope/rope/blob/master/rope/refactor/multiproject.py#L52 There is only one little problem, the non-polymorphic...

@soupytwist , can you assign this ticket to me, please?

New in Python 3.5: - https://docs.python.org/3/library/typing.html - https://hg.python.org/cpython/file/3.5/Lib/typing.py